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

RibbonProperties.DefaultSimplifiedRibbonGlyphSize Property

Gets or sets the default icon size for the RibbonControl‘s simplified layout.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(16)]
public virtual int DefaultSimplifiedRibbonGlyphSize { get; set; }

Property Value

Type Default Description
Int32 16

The default icon size for the RibbonControl‘s simplified layout.

See Also