Back to Devexpress

DayViewTimeCells.ShowAllAppointmentsAtTimeCells Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewtimecells-adbe2389.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowAllAppointmentsAtTimeCells { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property ShowAllAppointmentsAtTimeCells As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ShowAllDayArea

DayViewTimeCells Class

DayViewTimeCells Members

DevExpress.XtraScheduler.Reporting Namespace