Skip to main content

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.

Inheritance

See Also