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