DayViewBase.AppointmentMinHeight Property
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
public double AppointmentMinHeight { get; set; }
Property Value
Type | Description |
---|---|
Double | The minimum height the View assigns to appointments, in density independent pixels. |
See Also