DayViewBase.MaxAllDayAppointmentRowCount Property
Gets or sets the maximum number of rows that the view allocates for all-day appointments. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double MaxAllDayAppointmentRowCount { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 3 | The maximum number of rows that the view allocates for all-day appointments. |
See Also