Skip to main content
All docs
V25.1
  • 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.v25.1.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