CustomHeaderButtonEventArgs.ActivePage Property
Gets an active tab page within the tab control.
Namespace: DevExpress.XtraTab.ViewInfo
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraTab.IXtraTabPage | An IXtraTabPage object that is an active tab page. |
Remarks
Use the property to get an active tab page within the tab control.
See Also