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

DayView.ShowAllDayArea Property

Gets or sets a value which specifies if the All-Day Area is shown when a Scheduler shows its data in the Day View.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to show the All-Day area; otherwise, false.

Remarks

The All-Day area is the area shown at the top of every day in a Day view, where the all-day appointments (the appointments which have their Appointment.AllDay property equal to true, and the appointments whose duration is more than 1 day) are usually shown. If the ShowAllDayArea property is set to false, then the all-day appointments will be hidden in a Day view.

See Also