Back to Devexpress

GanttControl.TimelineSplitterPositionChanged Event

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-8418b6e7.md

latest1.8 KB
Original Source

GanttControl.TimelineSplitterPositionChanged Event

Occurs after the height of the timeline was changed.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DXCategory("Behavior")]
public event EventHandler TimelineSplitterPositionChanged
vb
<DXCategory("Behavior")>
Public Event TimelineSplitterPositionChanged As EventHandler

Event Data

The TimelineSplitterPositionChanged event's data class is EventArgs.

Remarks

Users can change the height of the timeline if the AllowResize option is enabled.

Note

The Gantt control does not raise the TimelineSplitterPositionChanging and TimelineSplitterPositionChanged events when changing the value of the TimelineHeight property.

See Also

AllowResize

TimelineSplitterPositionChanging

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace