DayViewTimeCells.ShowAllDayArea Property
Specifies whether the all-day area is visible.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to show the all-day area; otherwise, false. |
Remarks
If the ShowAllDayArea is set to true, the all-day appointments are painted in the time cells area, as if the DayViewTimeCells.ShowAllAppointmentsAtTimeCells property is set to true. Note that, although all-day appointments are shown in time cells, the ShowAllAppointmentsAtTimeCells value remains unchanged until it is modified explicitly.
See Also