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

ASPxClientNavBarGroup Methods

Represents a client-side equivalent of the navbar’s NavBarGroup object.
Name Description
GetEnabled Returns a value specifying whether a group is enabled.
GetExpanded Returns a value specifying whether the group is expanded.
GetItem(index) Returns the group’s item specified by its index.
GetItemByName(name) Returns a group item specified by its name.
GetItemCount Returns the number of items in the group.
GetText Returns text displayed within a group.
GetVisible Returns a value specifying whether a group is displayed.
SetExpanded(value) Sets the group’s expansion state.
SetText(text) Specifies the text displayed within a group.
SetVisible(value) Specifies whether the group is visible.
See Also