Determines whether the element represented by this node can be removed from the collection of which it is a part.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool CanRemoveFromParentCollection()
Visual Basic (Declaration)
Public Function CanRemoveFromParentCollection As Boolean

Return Value

true if the element can be removed from its parent collection; otherwise false.

See Also