DayViewBase.AppointmentMinHeight Property
In This Article
Gets or sets the minimum height of appointments in the View. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public double AppointmentMinHeight { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | 28 | The minimum height the View assigns to appointments, in density independent pixels. |
See Also