PageControlState.ActiveTab Property
In This Article
Gets a value that specifies the state of an active tab page.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PageControlTabState ActiveTab { get; }
#Property Value
Type | Description |
---|---|
Page |
A Page |
#Remarks
Use the ActiveTab property to obtain the active tab page state.
See Also