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

ASPxClientNavBarGroup.index Property

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

Declaration

index: number

Property Value

Type Description
number

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