Skip to main content

ASPxClientNavBarGroup Members

Represents a client-side equivalent of the navbar’s NavBarGroup object.

Properties

Name Description
index Gets the group’s index within a collection of a navbar’s groups.
name Gets the name that uniquely identifies the group.
navBar Gets the navbar to which the current group belongs.

Methods

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