Skip to main content
A newer version of this page is available. .

XRRichTextBoxBase.BackColor Property

Gets or sets the control’s background color.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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