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

XRTableOfContentsLevelBase.BackColor Property

Specifies the background color of a Table of Contents level.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Description
Color

A Color structure.

See Also