Skip to main content

SchedulerColorSchema.BaseColor Property

Gets or sets the schema’s base color, whose variations, according to an internal algorithm, are used as other color components of the schema.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public Color BaseColor { get; set; }

Property Value

Type Description
Color

A Color value.

Remarks

Scheduler-ColorScheme-BaseColor

The picture illustrates color variations of the BaseColor used to construct a color schema.

See Also