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
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public double MonthSeparationBorderThickness { get; set; }
Property Value
Type | Description |
---|---|
Double | The border thickness, in density independent pixels. |
See Also