BootstrapAccordionCssClasses Properties
Stores CSS classes applied to visual elements of the Accordion control.| Name | Description |
|---|---|
| Control | Gets or sets the name of a CSS class applied to the control’s root element. Inherited from BootstrapCssClasses. |
| GroupContent | Gets or sets the name of a CSS class applied to a group content container element. |
| GroupHeader | Gets or sets the name of a CSS class applied to the group header element. |
| IconCollapseGroup | The CSS class of an icon displayed by the Collapse Group button. |
| IconExpandGroup | The CSS class of an icon displayed by the Expand Group button. |
| Item | Gets or sets the name of a CSS class applied to an accordion item element. |
See Also