Back to Devexpress

MonthView.MonthCount Property

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

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public int MonthCount { get; set; }
vb
Public Property MonthCount As Integer

Property Value

TypeDescription
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

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace