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

SchedulerColorSchema.CellBorder Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

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

Declaration

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

Property Value

Type Description
Color

A Color value.

See Also