Gets a value indicating whether this Task has a parent 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 bool HasParent { get; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public ReadOnly Property HasParent As Boolean

See Also