Back to Devexpress

GanttControl.SplitterPositionChanging Event

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-c5954dac.md

latest1.9 KB
Original Source

GanttControl.SplitterPositionChanging Event

Fires before the splitter changes its position. Allows you to cancel the action.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Event Data

The SplitterPositionChanging event's data class is SplitterPositionChangingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
NewValueGets the position that is about to be set.
OldValueGets the current position.

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace