TabControlCommonCancelEventArgsBase Properties
Serves as the base for classes that provide data for DXTabControl events.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. |
TabIndex | Gets the index of the tab that raised the event. |
See Also