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

StubGlyphOptions.LetterCount Property

Gets or sets the number of initial letters of a bar item caption that should be displayed by this item’s stub glyph.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DefaultValue(GlyphTextSymbolCount.One)]
public GlyphTextSymbolCount LetterCount { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Drawing.GlyphTextSymbolCount **One**

A DevExpress.Utils.Drawing.GlyphTextSymbolCount enumerator value that allows you to choose between one and two characters.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to LetterCount
WinForms Controls BarManager
.OptionsStubGlyphs.LetterCount
RibbonControl
.OptionsStubGlyphs.LetterCount
WinExplorerView
.OptionsStubGlyphs.LetterCount
DocumentViewerBarManager
.OptionsStubGlyphs.LetterCount
PrintBarManager
.OptionsStubGlyphs.LetterCount
Reporting XRDesignBarManager
.OptionsStubGlyphs.LetterCount

Remarks

Stub glyph captions always start with the first character of their related bar item captions. Set this property to GlyphTextSymbolCount.Two to draw the second character as well. Displaying two characters requires more space and thus, is primarily recommended for large bar item links.

StubGlyphs - Letter Count

See Stub Glyphs to learn more.

See Also