Gets whether the current item has children within the containing hierarchical collection, except that it always returns false when IsSummaryEnabled is set to false (in such case, HasHierarchicalChildren property may be used instead). 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 HasChildren { get; set; }
Visual Basic (Declaration)
Public Property HasChildren As Boolean

See Also