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

YearView.MonthCount Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.1.dll

NuGet Package: 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