Back to Devexpress

TextInfoControlBase.ForeColor Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-textinfocontrolbase-1a317c83.md

latest1.4 KB
Original Source

TextInfoControlBase.ForeColor Property

Gets or sets the foreground color of the control.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override Color ForeColor { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Overrides Property ForeColor As Color

Property Value

TypeDescription
Color

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

|

See Also

TextInfoControlBase Class

TextInfoControlBase Members

DevExpress.XtraScheduler.Reporting Namespace