Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(false)]
public bool ShowAllAppointmentsAtTimeCells { get; set; }

Property Value

Type Default Description
Boolean false

true to display all types of appointments within the Time Cells area; otherwise, false.

Remarks

Turning the ShowAllAppointmentsAtTimeCells option on changes the appointment layout within the Scheduler, as illustrated by the following pictures:

ShowAllAppointmentsAtTimeCellsASP_1

ShowAllAppointmentsAtTimeCells is false (default).

 

ShowAllAppointmentsAtTimeCellsASP_2

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.

See Also