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

TdxCustomRibbon.CapitalizeTabCaptions Property

Specifies if Ribbon tab captions are capitalized.

#Declaration

Delphi
property CapitalizeTabCaptions: TdxDefaultBoolean read; write; default bFalse;

#Property Value

Type Default Description
TdxDefaultBoolean bFalse
  • If bDefault, tab captions are capitalized only if the Style property is set to rs2013.
  • If bTrue, tab captions are always capitalized.
  • If bFalse, the Ribbon control always displays tab captions as is.

#Remarks

You can set the CapitalizeTabCaptions property to bTrue or bFalse to explicitly enable or disable tab caption capitalization regardless of the active Ribbon style.

#Default Value

The CapitalizeTabCaptions property’s default value is bFalse.

The default CapitalizeTabCaptions property value indicates that the Ribbon control capitalizes tab captions only if the Style property is set to rs2013 to imitate the Ribbon UI appearance in Microsoft Office® 2013.

See Also