Back to Devexpress

MonthView Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-7a378f4f.md

latest1.8 KB
Original Source

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

csharp
public class MonthView :
    ViewBase

Remarks

The image below highlights elements the View includes:

  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

IThemeChangingHandler

Inheritance

Object ViewBase MonthView

See Also

MonthView Members

DevExpress.XamarinForms.Scheduler Namespace