Skip to main content

MonthViewActualAppearance.CellLeftBorderThickness Property

Gets the border thickess value that is applied to the MonthView day cell’s left border. 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 CellLeftBorderThickness { get; }

Property Value

Type Description
Double

The border thickness.

See Also