Skip to main content

ASPxClientNavBarItem.index Property

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 NavBarGroup.Items collection of the group to which the item belongs.

#Remarks

Use the index property to obtain the index of an item within its parent group’s NavBarGroup.Items collection.

See Also