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

DayViewBase.AppointmentMinHeight Property

Gets or sets the minimum height of 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.v18.2.dll

Declaration

public double AppointmentMinHeight { get; set; }

Property Value

Type Description
Double

A System.Double value that specifies the minimum appointment height in pixels.

Remarks

If an appointment’s duration is less than the current time slot interval defined by the TimeScale property, the appointment is shown using the height specified by the AppointmentMinHeight property or extends to the time cell boundaries, if the AppointmentMinHeight value exceeds the current time cell height.

See Also