Back to Devexpress

AccordionControl.ActualShowHeader Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-ae057e4b.md

latest1.5 KB
Original Source

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

csharp
public bool ActualShowHeader { get; }
vb
Public ReadOnly Property ActualShowHeader As Boolean

Property Value

TypeDescription
Boolean

true, if header is visible; otherwise, false.

|

Remarks

Use the AccordionControl.ShowHeader property to control the accordion header’s visibility.

See Also

ShowHeader

HeaderContent

HeaderGlyph

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace