ClosePageButtonEventArgs.PrevPage Property
Returns null if the TabControl’s Close button has been clicked. Otherwise, this property returns the same value as the Page property.
Namespace: DevExpress.XtraTab.ViewInfo
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraTab.IXtraTabPage | An XtraTabPage object. |
See Also