Skip to main content

CellStyle.BorderColor Property

Gets or sets the color that cells use to paint their left and bottom borders.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public Color BorderColor { get; set; }

#Property Value

Type Description
Color

The color the cell uses to paint its left and bottom borders.

See Also