AppointmentViewInfo.HasTopBorder Property
Determines whether the top border is displayed for the appointment.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the top border is displayed for an appointment; otherwise, false. |
#Remarks
If an appointment lasts several days, visually it can be divided into several parts - one part for each day. If the top border of a vertical appointment section does not correspond to the appointment start time, the top border is not displayed for this section (the HasTopBorder property returns false) and the previous part does not have a bottom border (AppointmentViewInfo.HasBottomBorder returns false). This display is possible when one day is finished and the next day begins during the appointment.
NOTE
Appointments are displayed vertically in time cells of the Day View and Work-Week View.