Back to Devexpress

DayViewBase.AllDayAreaMinHeight Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-6d8b61fd.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double AllDayAreaMinHeight { get; set; }
vb
Public Property AllDayAreaMinHeight As Double

Property Value

TypeDescription
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

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace