Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DayViewTimeCells.ShowAllDayArea Property

Specifies whether the all-day area is visible.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowAllDayArea { get; set; }

#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