RichEditControl.Appearance Property
In This Article
Provides access to the object containing appearance settings for the control.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
[DXCategory("Appearance")]
public RichEditAppearance Appearance { get; }
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
See Also