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

TdxRichEditBehaviorOptions.FontSource Property

Specifies the provider of the default font settings of the Rich Edit control.

#Declaration

Delphi
property FontSource: TdxRichEditBaseValueSource read; write; default TdxRichEditBaseValueSource.Auto;

#Property Value

Type Default
TdxRichEditBaseValueSource Auto

#Remarks

If the FontSource property is set to TdxRichEditBaseValueSource.Control, the control’s inner font settings are used to display text, without any formatting or style applied to it.

Refer to the TdxRichEditBaseValueSource type description for information on available font settings providers.

The default value of the FontSource property is TdxRichEditBaseValueSource.Auto.

See Also