Skip to main content

DayViewBase.AllDayAppointmentMinHeight Property

Gets or sets the height of all-day appointments 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 double AllDayAppointmentMinHeight { get; set; }

Property Value

Type Description
Double

A System.Double value that specifies the all-day appointment height in pixels.

See Also