DayViewBaseActualAppearance.AllDayAreaCellBottomBorderThickness Property
Gets the bottom border thickness value that is applied to the cell that contains the all day AppointmentItem (AllDay property is true
). To specify this value, use the BottomBorderThickness property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double AllDayAreaCellBottomBorderThickness { get; }
Property Value
Type | Description |
---|---|
Double | The bottom border thickness. |
See Also