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

AppointmentViewInfo.HasRightBorder Property

Determines whether the right border is displayed for the appointment.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v18.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 appointments, this display is possible in the Multi-Week (Month) view. If the appointment starts in one week and continues in another, the Month view splits that appointment by two rows. The appointment section in the first row has no right border (the HasRightBorder property returns false).

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

Implements

See Also