TabControlTabShowingEventArgs.Cancel Property
In This Article
Gets or sets whether to cancel the action.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to cancel the action; otherwise, false. |
#Remarks
Use the TabControlTabShownEventArgs.TabIndex property to obtain the index of the tab item currently being processed. To obtain the tab item by its index, use the DXTabControl.GetTabItem method.
See Also