Skip to main content
A newer version of this page is available. .

AppointmentViewInfo.HasBottomBorder Property

Determines whether the bottom border is displayed for the appointment.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public bool HasBottomBorder { get; set; }

Property Value

Type Description
Boolean

true, if the bottom border is displayed for an appointment; otherwise, false.

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.

AppointmentViewInfo.HasBottomBorder

Note

Appointments are displayed vertically in time cells of the Day View, Work-Week View and Full Week View views.

Implements

See Also