Skip to main content
A newer version of this page is available. .

RichEditControl.Appearance Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[DXCategory("Appearance")]
public RichEditAppearance Appearance { get; }

Property Value

Type Description
RichEditAppearance

A RichEditAppearance object containig appearance settings specific to the RichEditControl.

See Also