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

DayView.ShowAllAppointmentsAtTimeCells Property

Gets or sets whether all-day appointments should be shown at time cells rather than in a special area.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

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

#Property Value

Type Default Description
Boolean false

true if all-day appointments are shown at time cells along with other appointments; otherwise, false.

#Remarks

If the DayView.ShowAllDayArea is set to false, all-day appointments are shown at time cells, although the value of the ShowAllAppointmentsAtTimeCells property remains unchanged.

Note

The DayView.ShowAllDayArea setting overrides the effect of the ShowAllAppointmentsAtTimeCells property value.

The first picture shows a default Scheduler appearance with ShowAllAppointmentsAtTimeCells set to false, and all-day appointments displayed within the All-Day Area.

ShowAllAppointmentsAtTimeCells-1

The next picture illustrates the effect of ShowAllAppointmentsAtTimeCells changed to true.

ShowAllAppointmentsAtTimeCells-2

See Also