GanttControl.SplitterPositionChanging Event
Fires before the splitter changes its position. Allows you to cancel the action.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v25.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
[DXCategory("Behavior")]
public event SplitterPositionChangingEventHandler SplitterPositionChanging
Event Data
The SplitterPositionChanging event's data class is SplitterPositionChangingEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| NewValue | Gets the position that is about to be set. |
| OldValue | Gets the current position. |
See Also