Gets a value indicating whether the current item is considered as a leaf within the containing hierarchical collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

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

See Also