DayViewBase.ShowAllDayArea Property
Gets or sets a value indicating whether the All-Day Area is shown in the Day View, Work Week View, and Week View. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to show the all-day area; otherwise, false. |
Remarks
The All-Day Area displays the appointments scheduled for the whole day (those with the SchedulerItemBase.AllDay property set to true) and the appointments which start on one day and finish on another.
If the ShowAllDayArea property is false, then the all-day appointments are shown in time cells.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowAllDayArea property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.