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

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

Syntax

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

See Also