Skip to main content

DayViewBaseActualAppearance.CellBottomBorderThickness Property

Gets the bottom border’s thickness value that is applied to the DayView‘s cell. To specify this value, use the BottomBorderThickness property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double CellBottomBorderThickness { get; }

Property Value

Type Description
Double

The bottom border’s thickness.

See Also