PageControlState.TabPages Property
In This Article
Gets a list of objects that represent the states of all the tab pages within the PageControl extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public IEnumerable<PageControlTabState> TabPages { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Page |
A list of Page |
#Remarks
Use the TabPages property to get a list that contains information about the states of all tab pages. To get the state of the active tab page only, use the PageControlState.ActiveTab property.
See Also