Back to Devexpress

MonthView.AppointmentMinHeight Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-8391d8ce.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double AppointmentMinHeight { get; set; }
vb
Public Property AppointmentMinHeight As Double

Property Value

TypeDescription
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 = 20AppointmentMinHeight = 40StretchAppointments = true

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

StretchAppointments

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace