Enumerates the child nodes of this Node 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 IEnumerable<Node> Children { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Children As IEnumerable(Of Node)

See Also