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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public bool HasRightBorder { get; set; }

Property Value

Type Description
Boolean

true if the right 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 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 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 also is 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_HasRighfBorder

See Also