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

BootstrapClientAccordionGroup Methods

Represents a client-side equivalent of the Accordion’s BootstrapAccordionGroup object.
Name Description
GetEnabled Returns a value specifying whether a group is enabled. Inherited from ASPxClientNavBarGroup.
GetExpanded Returns a value specifying whether the group is expanded. Inherited from ASPxClientNavBarGroup.
GetHeaderBadgeIconCssClass Gets the CSS class of the icon displayed within an accordion group header badge.
GetHeaderBadgeText Gets the text displayed within an accordion group header badge.
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. Inherited from ASPxClientNavBarGroup.
GetText Returns text displayed within a group. Inherited from ASPxClientNavBarGroup.
GetVisible Returns a value specifying whether a group is displayed. Inherited from ASPxClientNavBarGroup.
SetExpanded(value) Sets the group’s expansion state. Inherited from ASPxClientNavBarGroup.
SetHeaderBadgeIconCssClass(cssClass) Sets the CSS class of the icon displayed within an accordion group header badge.
SetHeaderBadgeText(text) Sets the text displayed within an accordion group header badge.
SetText(text) Specifies the text displayed within a group. Inherited from ASPxClientNavBarGroup.
SetVisible(value) Specifies whether the group is visible. Inherited from ASPxClientNavBarGroup.
See Also