DXTabControl.TabMoving Event
Fires before a tab item is moved, and allows you to prevent this action.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The TabMoving event's data class is DevExpress.Xpf.Core.TabControlTabMovingEventArgs.
Remarks
To prevent a tab item from being added, set the event’s Cancel parameter to true. After an item has been moved, the DXTabControl.TabMoved event fires.
See Also