Skip to main content

MonthView.AppointmentMinHeight Property

Gets or sets the minimum height of appointments in the Month View. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public double AppointmentMinHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the appointment height in pixels.

Remarks

Use the AppointmentMinHeight property to specify the height of appointments in the Month View. If the MonthView.StretchAppointments property is true, the appointments extend to fill the available area of time cells they occupy.

AppointmentMinHeight = 20 AppointmentMinHeight = 40 StretchAppointments = true
WPFScheduler_MonthView_MinHeight_20 WPFScheduler_MonthView_MinHeight_40 WPFScheduler_MonthView_MinHeight_Stretch

If a time cell cannot accommodate all the available appointments, it displays a More button that switches the scheduler to the appropriate Day View.

See Also