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

SchedulerInplaceEditorEventArgs.BackColor2 Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

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