Skip to main content

AppointmentViewInfo.HasLeftBorder Property

Determines whether the left border is displayed for the appointment.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.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

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 is also 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

#Implements

See Also