Skip to main content

AccordionControlElementBase.HeaderControl Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
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