Gets or sets a value that indicates whether the position of the splitter between the data grid and the attached Gantt Chart view can be modified by drag and drop operations (by default true). This is a dependency property.

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

Syntax

C#
public bool IsSplitterEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsSplitterEnabled As Boolean

See Also