Skip to main content
All docs
V23.2

MonthView.MonthCount Property

Specifies the number of months displayed by the view. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public int MonthCount { get; set; }

Property Value

Type Description
Int32

An integer value that is the number of months displayed by the view. The default is 1.

Remarks

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

See Also