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.ShowAllAppointmentsAtTimeCells Property

Speicifies whether all-day appointments are shown in the time cells instead of the all-day area.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

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

#Property Value

Type Default Description
Boolean false

true to show all appointments in the time cell area; otherwise, false.

#Remarks

Use this property if you wish to hide the all-day area, but print all-day appointments the same way as other appointments are printed.

See Also