Back to Devexpress

AccordionControlHtmlTemplates Members

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolhtmltemplates-dot-underscore-members.md

latest5.8 KB
Original Source

AccordionControlHtmlTemplates Members

Contains HTML-CSS templates used to render the control’s UI elements.

Constructors

NameDescription
AccordionControlHtmlTemplates(AccordionControl)Initializes a new instance of the AccordionControlHtmlTemplates class with specified settings.

Properties

NameDescription
FooterElementSpecifies the default HTML-CSS template used to render elements when they are displayed within the control’s footer.
FooterOverflowButtonSpecifies the HTML-CSS template used to render the Overflow button in the control’s footer.
FooterPanelSpecifies the HTML-CSS template used to render the control’s footer.
GroupSpecifies the default HTML-CSS template used to render a group’s header.
GroupContentSpecifies the HTML-CSS template used to render a group’s client area (the group’s background that hosts the group’s children).
HamburgerHeaderPanelSpecifies the HTML-CSS template used to render the control’s header panel when the Hamburger Menu view style is applied.
HamburgerMenuButtonSpecifies the HTML-CSS template used to render the Menu button in the control’s header when the Hamburger Menu view style is applied.
ItemSpecifies the default HTML-CSS template used to render items.
ItemContentSpecifies the HTML-CSS template used to render an item’s client area.
MinimizedElementSpecifies the default HTML-CSS template used to render AccordionControl elements when the control is minimized.
MinimizedGroupPopupSpecifies 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).
SeparatorSpecifies the HTML-CSS template used to render element separators.

Methods

NameDescription
Assign(AccordionControlHtmlTemplates)Copies settings from the specified object to the current object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

AccordionControlHtmlTemplates Class

DevExpress.XtraBars.Navigation Namespace