Skip to main content

HeaderButtonEventArgs.ActivePage Property

Gets an active tab page within the tab control.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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