Back to Devexpress

MonthViewAppointmentDisplayOptionsEx.AppointmentMaxHeight Property

windowsforms-devexpress-dot-xtrascheduler-dot-monthviewappointmentdisplayoptionsex-7bd71429.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int AppointmentMaxHeight { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Overridable Property AppointmentMaxHeight As Integer

Property Value

TypeDefaultDescription
Int320

The maximum appointment height.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AppointmentMaxHeight
MonthView

.AppointmentDisplayOptions .AppointmentMaxHeight

|

See Also

MonthViewAppointmentDisplayOptionsEx Class

MonthViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace