Skip to main content

SchedulerColorSchema.CellLightBorderDark Property

Gets or sets the color value of the color schema component.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also