Skip to main content
A newer version of this page is available. .

AccordionControlElementBase.HeaderControl Property

Gets or sets a custom control displayed in the element header.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public Control HeaderControl { get; set; }

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.

AccordionControl-HeaderControl

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

See Also