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

AppointmentViewInfo.HasLeftBorder Property

Determines whether the left border is displayed for the appointment.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public bool HasLeftBorder { get; set; }

Property Value

Type Description
Boolean

true if the left 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. For horizontal appointments, this display is possible in the Week or Multi-Week (Month) view. If the appointment section is not first, and the previous section covers the date cell in the row located below or above in the calendar, the left border of this section of the appointment is not displayed (the HasLeftBorder property returns false).

AppointmentViewInfo_HasLeftBorder_HasRightBorder

The left border also is not drawn for appointments located in the all-day area of the Day or Work-Week view, if these appointments start before the first day that is visible in the view.

AllDayArea_HasLeftBorder

See Also