HeaderButtonEventArgs Properties
Provides data for the XtraTabControl.HeaderButtonClick event.| Name | Description |
|---|---|
| ActivePage | Gets an active tab page within the tab control. |
| Button | Gets the currently processed header button. |
| Handled | Gets or sets whether the XtraTabControl.HeaderButtonClick event has been handled, and no default processing is required. |
See Also