Determines whether a collection can be added to using the AddDefaultValueEntry(Object)
method.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static bool CanAddToCollection( Object collectionValue ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function CanAddToCollection ( _ collectionValue As Object _ ) As Boolean |
Parameters
- collectionValue
- Type: System..::.Object
The collection.