AppointmentViewInfo.HasRightBorder Property
Determines whether the right border is displayed for the appointment.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
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).
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.