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

TcxFontPreview.ShowButtons Property

Determines the visibility of font formatting buttons.

#Declaration

Delphi
property ShowButtons: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The style-formatting buttons, namely Bold, Italic, Underline and Strikeout, can be displayed within the preview area of the font name combo box. These buttons can be hidden at design or runtime by setting the ShowButtons property to False. Note: font style buttons are used for preview purposes only.

The following screenshots show ShowButtons enabled and disabled:

Value Example
True Font Formatting Buttons are Visible
False Font Formatting Buttons are Hidden

The default value of the ShowButtons property is True.

See Also