Determines if the specified item is (or is eligible to be) its own container.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected override bool IsItemItsOwnContainerOverride( Object item ) |
Visual Basic (Declaration) |
---|
Protected Overrides Function IsItemItsOwnContainerOverride ( _ item As Object _ ) As Boolean |
Parameters
- item
- Type: System..::.Object
The item to check.