ASPxClientNavBarGroup.index Property
In This Article
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 ASPx |
#Remarks
Use the index property to obtain the index of a group within its parent navbar’s ASPxNavBar.Groups collection.
See Also