Skip to main content
A newer version of this page is available. .

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

Declaration

public double AllDayAreaMinHeight { get; set; }

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 AppointmentItem.AllDay property set to true) and the appointments which start on one day and finish on another.

WPFScheduler_AllDayArea

If the ShowAllDayArea property is false, the all-day appointments are shown in time cells.

See Also