Back to Devexpress

RichEditControl.BackColor Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-5ac89afa.md

latest1.4 KB
Original Source

RichEditControl.BackColor Property

This property is not in effect for the RichEditControl class.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Color BackColor { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property BackColor As Color

Property Value

TypeDescription
Color

A Color value representing the background color.

|

Remarks

Use the RichEditView.BackColor instead.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace