Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

StubGlyphOptions.CaseMode Property

Gets or sets the case mode for stub glyph captions.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v24.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