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

DayViewTimeCells.ShowAllDayArea Property

Specifies whether the all-day area is visible.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.2.Reporting.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowAllDayArea { get; set; }

Property Value

Type Default Description
Boolean **true**

true to show the all-day area; otherwise, false.

Remarks

If the ShowAllDayArea is set to true, the all-day appointments are painted in the time cells area, as if the DayViewTimeCells.ShowAllAppointmentsAtTimeCells property is set to true. Note that, although all-day appointments are shown in time cells, the ShowAllAppointmentsAtTimeCells value remains unchanged until it is modified explicitly.

See Also