Skip to main content

ASPxClientNavBarGroup.index Property

Gets the group’s index within a collection of a navbar’s groups.

#Declaration

TypeScript
index: number

#Property Value

Type Description
number

The group’s index within the ASPxNavBar.Groups collection of the navbar to which the group belongs.

#Remarks

Use the index property to obtain the index of a group within its parent navbar’s ASPxNavBar.Groups collection.

See Also