Gets or sets the expansion indicator of this GanttChartViewItem. If a parent task is expanded its child tasks become visible. If a parent task is collapsed its child tasks become invisible. This is a dependency property.

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

Syntax

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

See Also