Skip to main content

AppointmentAppearanceBase.BorderColor Property

Gets or sets the border color of the scheduler‘s appointments. This is a bindable property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color BorderColor { get; set; }

Property Value

Type Description
Color

The border color of the scheduler‘s appointments.

See Also