Back to Devexpress

TimelineViewAppointmentDisplayOptionsEx.AppointmentMinHeight Property

windowsforms-devexpress-dot-xtrascheduler-dot-timelineviewappointmentdisplayoptionsex-1b9e2bcb.md

latest1.9 KB
Original Source

TimelineViewAppointmentDisplayOptionsEx.AppointmentMinHeight Property

Gets or sets the minimum 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 AppointmentMinHeight { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Property AppointmentMinHeight As Integer

Property Value

TypeDefaultDescription
Int320

The minimum appointment height.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AppointmentMinHeight
TimelineView

.AppointmentDisplayOptions .AppointmentMinHeight

|

See Also

TimelineViewAppointmentDisplayOptionsEx Class

TimelineViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace