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

TextInfoControlBase.ForeColor Property

Gets or sets the foreground color of the control.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Reporting.dll

Declaration

[Browsable(true)]
public override Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color object that represents the foreground color of the control.

See Also