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

Specifies the provider of the color settings applied to the Rich Edit control’s default font.

#Declaration

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

#Property Value

Type Default
TdxRichEditBaseValueSource Auto

#Remarks

If the ForeColorSource property is set to TdxRichEditBaseValueSource.Control, the control’s inner font settings are used to determine the foreground color of the displayed 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 ForeColorSource property is TdxRichEditBaseValueSource.Auto.

See Also