Skip to main content

RibbonControl.OptionsStubGlyphs Property

Provides access to options that modify a stub glyphs’ appearance.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public virtual StubGlyphOptions OptionsStubGlyphs { get; }

Property Value

Type Description
StubGlyphOptions

A StubGlyphOptions object that stores stub glyph options.

Remarks

See Stub Glyphs to learn more.

See Also