Skip to main content
A newer version of this page is available. .

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.v19.2.Reporting.dll

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