wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-f2c923ea.md
Gets or sets the minimum height of appointments in the Timeline View. This is a dependency property.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public double AppointmentMinHeight { get; set; }
Public Property AppointmentMinHeight As Double
| Type | Description |
|---|---|
| Double |
A Double value that specifies the appointment height in pixels.
|
Use the AppointmentMinHeight property to specify the height of appointments in the Timeline View. If the TimelineView.StretchAppointments property is true , the appointments extend to fill the available area of time cells they occupy.
| AppointmentMinHeight = 20 | AppointmentMinHeight = 40 | StretchAppointments = true |
|---|---|---|
If a time cell cannot accommodate all the available appointments, it displays a More button that expands the resource. If the ViewMode property is set to Legacy , the More button switches the scheduler to the appropriate Day View instead.
See Also