Skip to main content

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