Skip to main content

DayViewBase.AllDayAppointmentHeight Property

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

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