MonthView Class
The View that displays all appointments for a month.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public class MonthView :
ViewBase
Remarks
The image below highlights elements the View includes:
The following table lists basic settings that configure the view:
Property | Description |
---|---|
Gets or sets whether the view shows only workdays. | |
Gets or sets a number of weeks that the View shows on the screen at one time. |
Implements
See Also