Skip to main content

MenuItemState.Index Property

Gets a value that specifies the menu 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; }

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 menu item within the collection to which it belongs.

See Also