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

MVCxTabPageCollection.Item[Int32] Property

Provides indexed access to individual tab pages within the MVCxTabPageCollection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTabPage this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that specifies the zero-based index of the required item within the collection.

Property Value

Type Description
MVCxTabPage

An MVCxTabPage object which is the item at the specified index.

See Also