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