Back to Devexpress

AccordionControl.Header Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-3d26fbcf.md

latest1.5 KB
Original Source

AccordionControl.Header Property

Gets the control representing the accordion header that contains the hamburger button.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public AccordionControlHeader Header { get; }
vb
<Browsable(False)>
Public ReadOnly Property Header As AccordionControlHeader

Property Value

TypeDescription
DevExpress.XtraBars.Navigation.AccordionControlHeader

An DevExpress.XtraBars.Navigation.AccordionControlHeader object representing the accordion header.

|

Remarks

The hamburger menu is shown when the AccordionControl.ViewType property is set to HamburgerMenu.

See Also

ViewType

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace