Skip to main content

BootstrapClientAccordionItem Methods

Represents a client-side equivalent of the Accordion’s BootstrapAccordionItem object.
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