AccordionControlElementBase.HeaderControl Property
Gets or sets a custom control displayed in the element header.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
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