Skip to main content
A newer version of this page is available. .
All docs
V22.1

AccordionControlHtmlTemplates Properties

Contains HTML-CSS templates used to render the control’s UI elements.
Name Description
FooterElement Specifies the default HTML-CSS template used to render elements when they are displayed within the control’s footer.
FooterOverflowButton Specifies the HTML-CSS template used to render the Overflow button in the control’s footer.
FooterPanel Specifies the HTML-CSS template used to render the control’s footer.
GroupContent Specifies the HTML-CSS template used to render a group’s client area (the group’s background that hosts the group’s children).
GroupHeader Specifies the default HTML-CSS template used to render a group’s header.
HamburgerHeaderPanel Specifies the HTML-CSS template used to render the control’s header panel when the Hamburger Menu view style is applied.
HamburgerMenuButton Specifies the HTML-CSS template used to render the Menu button in the control’s header when the Hamburger Menu view style is applied.
Item Specifies the default HTML-CSS template used to render items.
MinimizedElement Specifies the default HTML-CSS template used to render AccordionControl elements when the control is minimized.
MinimizedGroupPopup Specifies the HTML-CSS template used to render a group’s popup window (which is displayed on a group click when the control is in the minimized state).
Separator Specifies the HTML-CSS template used to render element separators.
Templates Gets the collection of HTML-CSS templates.
See Also