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

RichEditAppearance.Text Property

Provides access to the appearance object containing appearance settings for the text.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v24.2.dll

NuGet Package: DevExpress.Win.RichEdit

#Declaration

public AppearanceObject Text { get; }

#Property Value

Type Description
AppearanceObject

An AppearanceObject representing properties used to customize the look and feel of the text.

#Remarks

Appearance settings affects only the text that is not explicitly formatted.

Important

Starting with v19.2, the RichEditControl uses document themes to retrieve default font information. As such, the RichEditAppearance.Text property does no longer affect the default document font. Set the RichEditControlCompatibility.UseThemeFonts property to false to restore previous behavior and use the RichEditAppearance.Text property.

See Also