MonthViewActualAppearance.CellMonthSeparationBorderThickness Property
Gets the border thickess value that is applied to the MonthView day cell’s left border. To specify this value, use the MonthSeparationBorderThickness property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double CellMonthSeparationBorderThickness { get; }
Property Value
Type | Description |
---|---|
Double | The border thickness, in density independent pixels. |
See Also