Skip to main content
A newer version of this page is available. .

DayViewBase.MaxAllDayAppointmentRowCount Property

Gets or sets the maximum number of rows that the view allocates for all-day appointments.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public int MaxAllDayAppointmentRowCount { get; set; }

Property Value

Type Description
Int32

The maximum number of rows that the view allocates for all-day appointments.

See Also