Skip to main content
A newer version of this page is available. .

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:

Day View Elements

  1. Header Item
  2. Cell
  3. Appointment

The following table lists basic settings that configure the view:

Property

Description

ShowWorkDaysOnly

Gets or sets whether the view shows only workdays.

WeekCount

Gets or sets a number of weeks that the View shows on the screen at one time.

Implements

Xamarin.Forms.IAnimatable
Xamarin.Forms.ITabStopElement
Xamarin.Forms.IViewController
Xamarin.Forms.IVisualElementController
Xamarin.Forms.IElementController
Xamarin.Forms.Internals.IGestureController
Xamarin.Forms.IGestureRecognizers

Inheritance

Object
Xamarin.Forms.BindableObject
Xamarin.Forms.Element
Xamarin.Forms.NavigableElement
Xamarin.Forms.VisualElement
View
ViewBase
MonthView
See Also