Back to Devexpress

AccordionControlElementBase.HeaderControl Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelementbase-d3cc3c7f.md

latest1.9 KB
Original Source

AccordionControlElementBase.HeaderControl Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public Control HeaderControl { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property HeaderControl As Control

Property Value

TypeDefaultDescription
Controlnull

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

HeaderIndent

HeaderVisible

AccordionControlElementBase Class

AccordionControlElementBase Members

DevExpress.XtraBars.Navigation Namespace