Specifies how the PropertyGrid control handles internal node data.

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

Syntax

C#
public enum NodeClearanceMode
Visual Basic (Declaration)
Public Enumeration NodeClearanceMode

Members

Member nameDescription
Default
Nodes remain valid when no longer in use, but retain their internal data as long as the node is referenced.
Aggressive
Nodes clear their internal data when no longer used. Nodes may become invalid as soon as they are removed from the grid.

See Also