DayViewBase.AllDayAreaMinHeight Property
Gets or sets the minimum height of the All-Day Area. 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 |
---|---|
Double | A Double value that specifies the minimum height of the all-day area in pixels. |
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, the all-day appointments are shown in time cells.
See Also