Month View

Sun Mon Tue Wed Thu Fri Sat
31
1 April
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1 May
2
3
4

The Scheduler component can display appointments by month or by multiple months in the Month View.

To show the Month View, add the DxSchedulerMonthView component to the markup. This component includes the following settings that allow you to customize the view:

  • CellMinWidth — Specifies the minimum width of a day cell in the view, in pixels.
  • MonthCount — Specifies the number of months displayed in the view.
  • ShowWorkDaysOnly — Specifies whether the scheduler displays only work days in the view.
  • SnapToCellsMode — Specifies how appointments snap to time cells.

In this demo, the MonthCount property is set to 1 to display a single month, the ShowWorkDaysOnly property is set to true to display work days only, and the CellMinWidth property specifies the minimum cell width equal to 120 pixels.