Enumerates the child tasks of this Task in the collection based on indentation. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public IEnumerable<Task> Children { get; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public ReadOnly Property Children As IEnumerable(Of Task)

See Also