Back to Devexpress

MonthView.WeekMinHeight Property

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

latest1.2 KB
Original Source

MonthView.WeekMinHeight Property

Specifies the minimum week height. 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 WeekMinHeight { get; set; }
vb
Public Property WeekMinHeight As Double

Property Value

TypeDescription
Double

The minimum week height, in pixels.

|

Remarks

The WeekMinHeight property is not in effect if the ViewMode property is set to UnlimitedScrolling.

See Also

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace