Skip to main content
A newer version of this page is available. .

ASPxClientNavBarItem.index Property

Gets the item’s index within a collection of a group’s items.

Declaration

index: number

Property Value

Type Description
number

An integer value representing the item’s zero-based 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