Skip to main content
Bar

RibbonProperties.DefaultSimplifiedRibbonGlyphSize Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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