Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public bool ActualShowHeader { get; }

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