Skip to main content

TextInfoControlBase.ForeColor Property

Gets or sets the foreground color of the control.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override Color ForeColor { get; set; }

Property Value

Type Description
Color

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

See Also