Skip to main content
A newer version of this page is available. .

MonthViewCellStyle.MonthSeparationBorderThickness Property

Gets or sets the thickness that the View uses to paint its left border of the cell when the cell displays the first day of the month.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public double MonthSeparationBorderThickness { get; set; }

Property Value

Type Description
Double

The border thickness, in density independent pixels.

See Also