ASPxClientNavBarItem.index Property
In This Article
Gets the item’s index within a collection of a group’s items.
#Declaration
TypeScript
index: number
#Property Value
Type | Description |
---|---|
number | The item’s index within the Nav |
#Remarks
Use the index property to obtain the index of an item within its parent group’s NavBarGroup.Items collection.
See Also