Skip to main content
A newer version of this page is available. .
All docs
V21.1

MonthViewAppointmentDisplayOptionsEx.AppointmentMaxHeight Property

Gets or sets the maximum appointment height. This property is in effect when appointments can automatically resize based on their content (the AppointmentDisplayOptions.AppointmentAutoHeight property is enabled).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int AppointmentMaxHeight { get; set; }

Property Value

Type Default Description
Int32 0

The maximum appointment height.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppointmentMaxHeight
MonthView
.AppointmentDisplayOptions .AppointmentMaxHeight
YearView
.AppointmentDisplayOptions .AppointmentMaxHeight
See Also