Skip to main content

PageControlState.TabPages Property

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public IEnumerable<PageControlTabState> TabPages { get; }

Property Value

Type Description
IEnumerable<PageControlTabState>

A list of PageControlTabState objects containing information about the states of tab pages.

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