ASPxClientMenuItem.index Property
In This Article
Gets the item’s index within the parent’s collection of items.
#Declaration
TypeScript
index: number
#Property Value
Type | Description |
---|---|
number | The item’s index within the Items collection of the parent object (a menu or item) to which the item belongs. |
#Remarks
Use the index property to obtain the index of an item within its parent’s collection of items. Depending upon the type of the item’s parent object (a menu control or a menu item) this item collection can be accessed via either the ASPxMenuBase.Items or MenuItem.Items property.
See Also