Back to Devexpress

DayViewAppointmentDisplayOptionsEx.AllDayAppointmentMaxHeight Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayviewappointmentdisplayoptionsex-90a0d206.md

latest2.0 KB
Original Source

DayViewAppointmentDisplayOptionsEx.AllDayAppointmentMaxHeight 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). In Day, FullWeek and WorkWeek Views, only all-day appointments can adjust their sizes.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Int320

The maximum height for all-day appointments.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllDayAppointmentMaxHeight
DayView

.AppointmentDisplayOptions .AllDayAppointmentMaxHeight

|

See Also

DayViewAppointmentDisplayOptionsEx Class

DayViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace