Back to Devexpress

RichEditControl.BackgroundImage Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-5767e340.md

latest1.2 KB
Original Source

RichEditControl.BackgroundImage 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 override Image BackgroundImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property BackgroundImage As Image

Property Value

TypeDescription
Image

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace