windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelement-f0972614.md
Provides access to a header template for the current AccordionControlElement. A header template specifies the order and alignment for header content blocks.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
[XtraSerializableProperty(true, true, false, 999)]
public AccordionHeaderTemplate HeaderTemplate { get; }
<DXCategory("Appearance")>
<XtraSerializableProperty(True, True, False, 999)>
Public ReadOnly Property HeaderTemplate As AccordionHeaderTemplate
| Type | Description |
|---|---|
| DevExpress.XtraBars.Navigation.AccordionHeaderTemplate |
An AccordionHeaderTemplate object that specifies the order and alignment for header content blocks.
|
Accordion elements can display four types of content within their headers: icons, captions, header controls and custom header buttons. Using the HeaderTemplate and AccordionControlElement.HeaderIndent properties you can build a desired header layout for each element. See the Element Header Layout article to learn more.
See Also