Skip to main content

SchedulerColorSchema.CellBorder Property

Gets or sets the color value of the normal cell border’s color.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also