CellViewModel.LeftBorderColor Property
Gets or sets the color the cell uses to paint its left border.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public Color LeftBorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color the cell uses to paint its left border. |
See Also