Skip to main content

DayViewBaseActualAppearance.AllDayAreaCellLeftBorderThickness Property

Gets the left border thickness value that is applied to the cell that contains the all day AppointmentItem (AllDay property is true). To specify this value, use the LeftBorderThickness property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double AllDayAreaCellLeftBorderThickness { get; }

Property Value

Type Description
Double

The left border thickness.

See Also