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 Day
The first picture shows a default Scheduler appearance with ShowAllAppointmentsAtTimeCells set to false, and all-day appointments displayed within the All-Day Area.
The next picture illustrates the effect of ShowAllAppointmentsAtTimeCells changed to true.