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.v18.2.dll

Declaration

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

Property Value

Type Description
RichEditAppearance

A RichEditAppearance object containig appearance settings specific to the RichEditControl.

See Also