Skip to main content

MonthViewCellAppearance.MonthSeparationBorderThickness Property

Gets or sets the thickness that the MonthView uses to paint its left border of the cell when the cell displays the first day of the month. This is a bindable property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double MonthSeparationBorderThickness { get; set; }

Property Value

Type Description
Double

The border thickness, in density independent pixels.

See Also