Back to Devexpress

MonthView.StretchAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-edb8b82b.md

latest1.7 KB
Original Source

MonthView.StretchAppointments Property

Gets or sets a value indicating whether appointments in the Month View should be stretched to fill the time cells. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool StretchAppointments { get; set; }
vb
Public Property StretchAppointments As Boolean

Property Value

TypeDescription
Boolean

true, to stretch the appointments; otherwise, false. The default is false.

|

Remarks

The following images demonstrate how the StretchAppointments property works:

StretchAppointments = falseStretchAppointments = true

See Also

AppointmentMinHeight

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace