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

PageControlTabState Class

Contains information (the current state) on an individual tab (or tab page).

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class PageControlTabState

The following members return PageControlTabState objects:

Remarks

An object of this type can be accessed via the PageControlState.ActiveTab property. The PageControlState.TabPages property returns a list of objects of this type.

Inheritance

Object
PageControlTabState
See Also