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

SchedulerColorSchema.CellLightBorder Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also