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

BarManager.OptionsStubGlyphs Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Options")]
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