TabControlTabHidingEventArgs Class
Provides data for the DXTabControl.TabHiding event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
The DXTabControl.TabHiding event is fired before a tab item is hidden, allowing you to cancel the action. To do this, set the event parameter’s TabControlTabHiddingEventArgs.Cancel property to true. Use the TabControlTabHiddingEventArgs.TabIndex property to obtain the index of the tab item that is being hidden.
After the tab item has been hidden, the DXTabControl.TabHidden event is fired.
Inheritance
Object
EventArgs
CancelEventArgs
TabControlCommonCancelEventArgsBase
TabControlTabHidingEventArgs
See Also