A newer version of this page is available.
Switch to the current version.
AppointmentDisplayOptions.AppointmentAutoHeight Property
Gets or sets whether an appointment should change its height to fit the text to display.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public bool AppointmentAutoHeight { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property AppointmentAutoHeight As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if an appointment's height is changed automatically to fit the text; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 55 property paths
Remarks
Special note for the Day, Work-Week and Full Week views. When the current view type is Day View, Work Week View or Full Week View, the appointment height depends on its duration when an appointment does not occupy the whole day. So the AppointmentAutoHeight property is applicable only to the Appointment.AllDay type appointments in those views.
See Also
Feedback