Gets whether the current item has children within the containing hierarchical collection.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public bool HasChildren { get; set; } |
Visual Basic (Declaration) |
---|
Public Property HasChildren As Boolean |