Skip to main content
A newer version of this page is available. .

TabControlTabRemovingEventArgs Properties

Provides data for the cancelable DXTabControl.TabRemoving event.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
IsDragDrop
Item Gets the tab item that raised the event. Inherited from TabControlCommonCancelEventArgsBase.
TabIndex Gets the index of the tab that raised the event. Inherited from TabControlCommonCancelEventArgsBase.
See Also