Skip to main content

StubGlyphOptions.CaseMode Property

Gets or sets the case mode for stub glyph captions.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(GlyphTextCaseMode.Default)]
public GlyphTextCaseMode CaseMode { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Drawing.GlyphTextCaseMode Default

A DevExpress.Utils.Drawing.GlyphTextCaseMode enumerator value that specifies the case mode for stub glyph captions.

Property Paths

You can access this nested property as listed below:

Object Type Path to CaseMode
BarManager
.OptionsStubGlyphs .CaseMode
RibbonControl
.OptionsStubGlyphs .CaseMode
WinExplorerView
.OptionsStubGlyphs .CaseMode

Remarks

The CaseMode property provides three case mode settings.

  • UpperCase - all glyph caption characters are in the upper case.
  • LowerCase - all glyph caption characters are in the lower case.
  • SentenceCase or Default - the first glyph caption character is in the upper case, the second one is in the lower case.

StubGlyphs - Case Mode

See Stub Glyphs to learn more.

See Also