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