Back to Devexpress

GanttControl.SplitterPosition Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-76ea78b1.md

latest1.2 KB
Original Source

GanttControl.SplitterPosition Property

Gets or sets the position of the splitter that separates the task list and chart.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(200)]
[XtraSerializableProperty]
public int SplitterPosition { get; set; }
vb
<DefaultValue(200)>
<XtraSerializableProperty>
Public Property SplitterPosition As Integer

Property Value

TypeDefaultDescription
Int32200

An integer value that specifies the splitter’s position.

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace