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.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public class MonthView :
    ViewBase,
    IAppearanceOwner

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. This is a bindable property.

WeekCount

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

See Also