DayView.ShowAllAppointmentsAtTimeCells Property
Gets or sets whether the AllDay appointments are displayed in time cells instead of the All-Day Area.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Turning the ShowAllAppointmentsAtTimeCells option on changes the appointment layout within the Scheduler, as illustrated by the following pictures:
ShowAllAppointmentsAtTimeCells is false
(default).
ShowAllAppointmentsAtTimeCells is true
.
The All-Day area can be hidden (DayView.ShowAllDayArea is set to false
). In this instance, set the ShowAllAppointmentsAtTimeCells to true
, to show all-day appointments.