Skip to main content
A newer version of this page is available. .
All docs
V18.2

DayViewAppointmentDisplayOptionsEx.StretchAppointments Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[Browsable(false)]
[DefaultValue(true)]
[XtraSerializableProperty]
public bool StretchAppointments { get; set; }

Property Value

Type Default
Boolean **true**

Property Paths

You can access this nested property as listed below:

Object Type Path to StretchAppointments
DayView
.AppointmentDisplayOptions.StretchAppointments
FullWeekView
.AppointmentDisplayOptions.StretchAppointments
WorkWeekView
.AppointmentDisplayOptions.StretchAppointments
See Also