RibbonControl.OptionsStubGlyphs Property
In This Article
Provides access to options that modify a stub glyphs’ appearance.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public virtual StubGlyphOptions OptionsStubGlyphs { get; }
#Property Value
Type | Description |
---|---|
Stub |
A Stub |
#Remarks
See Stub Glyphs to learn more.
See Also