GanttControl.SplitterPositionChanging Event
Fires before the splitter changes its position. Allows you to cancel the action.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.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 Cancel |
New |
Gets the position that is about to be set. |
Old |
Gets the current position. |