Gets a Visibility value that indicates whether the current item is collapsed in order to display its expansion state in the view. This is a dependency value.

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

Syntax

C#
public Visibility ExpansionVisibility { get; set; }
Visual Basic (Declaration)
Public Property ExpansionVisibility As Visibility

See Also