CellStyle.BorderColor Property
In This Article
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