Skip to main content

AccordionControl.SummaryItemGlyphSize Property

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

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public Size? SummaryItemGlyphSize { get; set; }

Property Value

Type Description
Nullable<Size>

A Size structure that is the size of the glyph.

See Also