Gets or sets the path to an Int32 value on the source task item to serve as the indentation level in the hierarchical collection, or null to indicate that the indentation level is not provided by the source task item. The hierarchy is based on the indentation level values of the tasks, so that a task with a lower index in the collection and having a specific indentation level will become the parent task for the tasks with a higher index in the collection and having an increased indentation level. It is recommended to set this property. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public string IndentationMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IndentationMemberPath As String

See Also