Back to Devexpress

TimelineViewAppointmentDisplayOptionsEx.AppointmentMaxHeight Property

windowsforms-devexpress-dot-xtrascheduler-dot-timelineviewappointmentdisplayoptionsex-084f066f.md

latest1.9 KB
Original Source

TimelineViewAppointmentDisplayOptionsEx.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 int AppointmentMaxHeight { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public 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
TimelineView

.AppointmentDisplayOptions .AppointmentMaxHeight

|

See Also

TimelineViewAppointmentDisplayOptionsEx Class

TimelineViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace