DayViewBaseActualAppearance.CellLeftBorderThickness Property
Gets the left border’s thickness value that is applied to the DayView‘s cell. 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 left border’s thickness. |
See Also