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.FontStyle Property

Specifies the style of preview section text.

#Declaration

Delphi
property FontStyle: TFontStyles read; write; default [];

#Property Value

Type
TFontStyles

#Remarks

There are four styles that can be applied to preview section text: Bold, Italic, Underline and StrikeOut. These styles can be applied by pressing the required combination of the preview section buttons:

The FontStyle property allows you to specify the preview section’s text style programmatically.

The default value of the FontStyle property is [].

See Also