Back to Devexpress

MonthView.WeekCount Property

windowsforms-devexpress-dot-xtrascheduler-dot-monthview-3928cd70.md

latest1.5 KB
Original Source

MonthView.WeekCount Property

Gets or sets the number of weeks that are simultaneously displayed within the Month View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(5)]
[XtraSerializableProperty]
public virtual int WeekCount { get; set; }
vb
<DefaultValue(5)>
<XtraSerializableProperty>
Public Overridable Property WeekCount As Integer

Property Value

TypeDefaultDescription
Int325

A positive integer value that specifies the number of weeks displayed by the View.

|

Remarks

Use the WeekCount property to specify the number of weeks simultaneously displayed within the Month View starting from the date set for the SchedulerControl.Start property.

See Also

Start

MonthView Class

MonthView Members

DevExpress.XtraScheduler Namespace