NavBarItemStateBase.Index Property
Gets a value that specifies the navbar item’s index within the collection
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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