Skip to main content
A newer version of this page is available. .

HeaderButtonEventArgs.ActivePage Property

Gets an active tab page within the tab control.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public IXtraTabPage ActivePage { get; }

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