MonthView.MonthCount Property
In This Article
Specifies the number of months displayed by the view. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#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