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

BootstrapClientAccordionItem Members

Represents a client-side equivalent of the Accordion’s BootstrapAccordionItem object.

Properties

Name Description
group Gets the group to which the current item belongs.
index Gets the item’s index within a collection of a group’s items. Inherited from ASPxClientNavBarItem.
name Gets the name that uniquely identifies the item. Inherited from ASPxClientNavBarItem.
navBar Gets the BootstrapClientAccordion object to which the current item belongs.

Methods

Name Description
GetBadgeIconCssClass Gets the CSS class of the icon displayed within the accordion item badge.
GetBadgeText Gets the text displayed within the accordion item badge.
GetEnabled Returns a value indicating whether an item is enabled. Inherited from ASPxClientNavBarItem.
GetIconCssClass Gets the CSS class of the icon displayed by the Accordion item.
GetImageUrl Obsolete. Specifies the URL which points to the image displayed within the item.
GetNavigateUrl Gets an URL which defines the item’s navigation location. Inherited from ASPxClientNavBarItem.
GetText Returns text displayed within the item. Inherited from ASPxClientNavBarItem.
GetVisible Returns a value specifying whether an item is displayed. Inherited from ASPxClientNavBarItem.
SetBadgeIconCssClass(cssClass) Sets the CSS class of the icon displayed within the accordion item badge.
SetBadgeText(text) Sets the text displayed within the accordion item badge.
SetEnabled(value) Specifies whether the item is enabled. Inherited from ASPxClientNavBarItem.
SetIconCssClass(cssClass) Sets the CSS class of the icon displayed by the Accordion item.
SetImageUrl(value) Obsolete. Specifies the URL which points to the image displayed within the item.
SetNavigateUrl(value) Specifies a URL which defines the item’s navigation location. Inherited from ASPxClientNavBarItem.
SetText(value) Specifies the text displayed within the item. Inherited from ASPxClientNavBarItem.
SetVisible(value) Specifies whether the item is visible. Inherited from ASPxClientNavBarItem.
See Also