Gets whether this row is a leaf node (i.e. has no children).

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsLeaf { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsLeaf As Boolean

See Also