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.v24.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if header is visible; otherwise, false. |
Remarks
Use the AccordionControl.ShowHeader property to control the accordion header’s visibility.
See Also