WeekViewAppointmentDisplayOptions.ShowBordersForSameDayAppointments Property
Gets or sets a value which specifies if left and right borders are shown for same day appointments in the Week view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[XtraSerializableProperty]
public virtual bool ShowBordersForSameDayAppointments { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to show left and right borders for same day appointments; otherwise, false. |
Remarks
By default, same day appointments (appointments which Appointment.SameDay property returns true) don’t have left and right borders. If you want them to be shown, set the ShowBordersForSameDayAppointments property to true.
Note
The ShowBordersForSameDayAppointments property, set to true, allows appointment resizing in the WeekView, so that its start(end) time is extended to the start(end) of the day respectively. This behavior is usually undesirable, so use the ShowBordersForSameDayAppointments property with care.