Back to Devexpress

PageControlTabState Class

aspnetmvc-devexpress-dot-web-dot-mvc-7290a96c.md

latest1.4 KB
Original Source

PageControlTabState Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class PageControlTabState
vb
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

PageControlTabState Members

ActiveTab

TabPages

DevExpress.Web.Mvc Namespace