AccordionControlElementBase.HeaderControl Property
Gets or sets a custom control displayed in the element header.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Control | null | A custom control displayed in the element header. |
Remarks
You can display a custom control in the element header by using the HeaderControl property.

To change the header height when required, see AccordionControlElementBase.Height.
See Also