Skip to main content

PageControlTabState.Index Property

Gets a value that specifies the PageControl page’s index within the collection

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int Index { get; protected set; }

Property Value

Type Description
Int32

An integer value representing the zero-based index of the item within the collection.

Remarks

The value of this property is the current position of the PageControl page within the collection to which it belongs.

See Also