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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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