AppointmentViewInfo.HasBottomBorder Property
Determines whether the bottom border is displayed for the appointment.
Namespace: DevExpress.Web.ASPxScheduler.Drawing
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
If an appointment lasts several days, visually, it can be divided into several parts - one for each day.
If the bottom border of a vertical appointment part does not correspond to the appointment end time, the bottom border is not displayed for this part (the HasBottomBorder property returns false
) and the next part does not have the top border (the AppointmentViewInfo.HasTopBorder property returns false
). This situation is possible when the appointment extends over multiple days.
Note
Appointments are displayed vertically in time cells of the Day View, Work-Week View and Full Week View views.