Skip to main content

AppointmentViewInfo.HasTopBorder Property

Determines whether the top border is displayed for the appointment.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public bool HasTopBorder { get; set; }

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 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.

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