Skip to main content

ISchedulerInplaceEditor.BackColor Property

Gets or sets the background color of the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

Color BackColor { get; set; }

Property Value

Type Description
Color

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

Remarks

This property overrides the BackColor property.

See Also