Gets whether the current item has children within the containing hierarchical collection. This is based on a dependency property.

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

Syntax

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

See Also