Skip to main content

SchedulerInplaceEditorEventArgs.BackColor2 Property

The color which is interpreted as the second color of the background’s gradient brush.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public Color BackColor2 { get; set; }

Property Value

Type Description
Color

A Color object specifying the end color of the linear gradient brush used to fill the background.

See Also