Skip to main content

BootstrapAccordionItem Constructors

Represents an individual item within the BootstrapAccordion control.
Name Parameters Description
BootstrapAccordionItem() none Initializes a new instance of the BootstrapAccordionItem class with default settings.
BootstrapAccordionItem(String, String, String, String, String) text, name, iconCssClass, navigateUrl, target Initializes a new instance of the BootstrapAccordionItem class with the specified settings.
BootstrapAccordionItem(String, String, String, String) text, name, iconCssClass, navigateUrl Initializes a new instance of the BootstrapAccordionItem class with the specified settings.
BootstrapAccordionItem(String, String, String) text, name, iconCssClass Initializes a new instance of the BootstrapAccordionItem class with the specified settings.
BootstrapAccordionItem(String, String) text, name Initializes a new instance of the BootstrapAccordionItem class with the specified settings.
BootstrapAccordionItem(String) text Initializes a new instance of the BootstrapAccordionItem class with the specified settings.
See Also