CustomHeaderButtonEventArgs.ActivePage Property
Gets an active tab page within the tab control.
Namespace: DevExpress.XtraTab.ViewInfo
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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