MonthView.WeekCount Property
Gets or sets a number of weeks that the View shows on the screen at one time. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public int WeekCount { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 6 | The number of weeks that the View shows on the screen at one time. |
See Also