Skip to main content
A newer version of this page is available. .

AccordionControl.HeaderGlyphSize Property

Gets or sets the accordion header item’s glyph size. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Accordion, DevExpress.Wpf.Navigation

Declaration

public Size? HeaderGlyphSize { get; set; }

Property Value

Type Description
Nullable<Size>

A Size structure that is the size of the glyph.

See Also