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

SchedulerColorSchema.Cell Property

Gets or sets the color value of the cell’s color schema component.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

[XtraSerializableProperty]
public Color Cell { get; set; }

Property Value

Type Description
Color

A Color value.

See Also