Back to Devexpress

SchedulerInplaceEditorEventArgs.BackColor2 Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerinplaceeditoreventargs-dot-backcolor2.md

latest1.3 KB
Original Source

SchedulerInplaceEditorEventArgs.BackColor2 Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public Color BackColor2 { get; set; }
vb
Public Property BackColor2 As Color

Property Value

TypeDescription
Color

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

|

See Also

SchedulerInplaceEditorEventArgs Class

SchedulerInplaceEditorEventArgs Members

DevExpress.XtraScheduler Namespace