DayViewTimeCells.ShowAllAppointmentsAtTimeCells Property
In This Article
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