Skip to main content

AppointmentViewInfo.HasBottomBorder Property

Determines whether the bottom border is displayed for the appointment.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public bool HasBottomBorder { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

If an appointment lasts several days, visually it can be divided into several parts - one part 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 (AppointmentViewInfo.HasTopBorder returns false). This situation is possible, when the appointment extends over multiple days.

AppointmentViewInfo_HasBottomBorder_HasTopBorder

Note

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

See Also