Gets a value indicating whether this Node has any child nodes in the collection based on indentation. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public bool HasChildren { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property HasChildren As Boolean

See Also