Skip to main content
A newer version of this page is available. .
All docs
V21.1

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.v21.1.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