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

SchedulerInplaceEditorEventArgs.ForeColor Property

Gets or sets the foreground color of the inplace editor.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color object that represents the foreground color.

See Also