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.WinUI.Scheduler.Internal

Assembly: DevExpress.WinUI.Scheduler.v21.1.dll

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