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