MonthViewComponent
The component for rendering the Month view.
Selector
kendo-scheduler-month-view
Inputs
eventClass
(args: EventStyleArgs) => any
Defines a function that is executed for every event in the view.
The function returns a value which is supported by ngClass
.
eventHeight
number
The height of the rendered events.
eventStyles
(args: EventStyleArgs) => any
Defines a function that is executed for every event in the view.
The function returns a value which is supported by ngStyle
.
selectedDateFormat
string
The long-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to {0:Y}
(more information).
selectedShortDateFormat
string
The short-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to {0:y}
([more information]slug:parsingandformatting_intl#toc-date-formatting.
slotClass
(args: SlotClassArgs) => any
Defines a function that is executed for every slot in the view.
The function returns a value which is supported by ngClass
.
For more information, refer to the example on setting the class
callback for all views in SchedulerComponent.slotClass
.
Fields
name
string
The invariant name for this view (month
).