Skip to main content

TabControlTabStartDraggingEventArgs Properties

Provides information for the DXTabControl.TabStartDragging event.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
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