AppointmentViewInfo.HasTopBorder Property
Determines whether the top 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 top border of a vertical appointment part does not correspond to the appointment start time, the top border is not displayed for this part (the HasTopBorder property returns false
) and the previous part does not have the bottom border (the AppointmentViewInfo.HasBottomBorder 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.