Skip to main content

XRTableOfContentsLevelBase.ForeColor Property

Specifies the foreground color of a Table of Contents level.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
Color

A Color structure.

See Also