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

YearView.MonthCount Property

Gets or sets the number of months that are displayed in the Year View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

[DefaultValue(12)]
[XtraSerializableProperty]
public int MonthCount { get; set; }

Property Value

Type Default Description
Int32 12

A value that specifies the number of months that are displayed in the Year View.

See Also