Skip to main content

AppointmentViewInfo.HasRightBorder Property

Determines whether the right border is displayed for the appointment.

Namespace: DevExpress.Xpf.Scheduler.Drawing

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

#Declaration

public bool HasRightBorder { get; set; }

#Property Value

Type Description
Boolean

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

AppointmentViewInfo_HasLeftBorder_HasRightBorder

The right border is also not drawn for appointments located in the all-day area of the Day or Work-Week view, if these appointments end after the last day that is visible in the view.

AllDayArea_HasLeftBorder

#Implements

See Also