ClosePageButtonEventArgs Properties
Provides data for the XtraTabControl.CloseButtonClick event.Name | Description |
---|---|
PrevPage | Returns null if the TabControl’s Close button has been clicked. Otherwise, this property returns the same value as the Page property. |
See Also