Skip to main content

NavBarItemStateBase.Index Property

Gets a value that specifies the navbar item’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 navbar item or group within the collection to which it belongs.

See Also