Gets a value indicating whether the indentation for any of the selected nodes in this GanttChartNodeListViewBase can be increased.

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

Syntax

C#
[BindableAttribute(false)]
public bool CanIncreaseIndentation { get; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public ReadOnly Property CanIncreaseIndentation As Boolean

See Also