AccordionControl.ActualShowHeader Property
Gets whether the accordion’s header is actually displayed. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v25.2.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the AccordionControl.ShowHeader property to control the accordion header’s visibility.
See Also