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