Skip to main content

MonthView.WeekCount Property

Gets or sets the number of weeks that are simultaneously displayed in the MonthView. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int WeekCount { get; set; }

Property Value

Type Description
Int32

A positive integer value specifying the number of weeks displayed in the MonthView. The default is 4.

See Also