MonthViewProps
Represents the props of the KendoReact MonthView Component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets a custom | |
dateHeaderCell? |
|
Represents component based on the DateHeaderCellProps. | |
dateRange? |
|
Overrides the If a function is passed, an object of type SchedulerViewDateRangeArgs will be passed. | |
editable? |
|
Overrides the general | |
editItem? |
|
Overrides the | |
editSlot? |
|
Overrides the | |
form? |
| ||
id? |
|
Sets a custom | |
item? |
|
Overrides the | |
itemsPerSlot? |
|
Sets the maximum number of | |
name? |
|
The name property is used by the Scheduler to match which view is selected. Every view has a default name. | |
onDataAction? |
|
Called every time any of the SchedulerView Slots or Items trigger a data action, through editing, deleting or creating new | |
selectedDateFormat? |
|
The long-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to | |
selectedShortDateFormat? |
|
The short-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to | |
slot? |
|
Overrides the | |
style? |
|
Sets a custom | |
title? |
|
The title to be displayed in the view selection list in the Toolbar. If a function is passed, it will receive a [LocalizationService]({ slug api_intl_localizationservice }) as an argument | |
viewItem? |
|
Overrides the | |
viewSlot? |
|
Overrides the |