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