Skip to main content

DayViewBaseActualAppearance.AllDayAreaCellBorderColor Property

Gets the border color that is applied to the cell that contains the all day AppointmentItem (AllDay property is true). To specify this color, use the BorderColor property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color AllDayAreaCellBorderColor { get; }

Property Value

Type Description
Color

The border color.

See Also