Skip to main content

XRRichTextBoxBase.BackColor Property

Gets or sets the control’s background color.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public Color BackColor { get; set; }

Property Value

Type Description
Color

A Color object that represents the background color.

See Also