Skip to main content

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.UI.Xaml.Scheduler.Internal

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowAllDayArea { get; set; }

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 AppointmentItem.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.

See Also