New to KendoReactStart a free 30-day trial

Represents the props of the KendoReact MonthView Component.

Definition

Package:@progress/kendo-react-scheduler

Properties

Sets a custom className to the wrapping element of the DayView.

Represents component based on the DateHeaderCellProps.

dateRange?

DateRange | (args: SchedulerViewDateRangeArgs) => DateRange

Overrides the dateRange calculated by the Scheduler component.

If a function is passed, an object of type SchedulerViewDateRangeArgs will be passed.

editable?

boolean

Overrides the general editable prop of the Scheduler for the specified view only.

Overrides the editableItem prop of the Scheduler for the specified view only.

Overrides the editSlot prop of the Scheduler for the specified view only.

form?

ComponentType​<SchedulerFormProps>

Overrides the form prop of the Scheduler for the specified view only.

id?

string

Sets a custom id to the wrapping element of the DayView.

item?

ComponentType​<SchedulerItemProps>

Overrides the item prop of the Scheduler for the specified view only.

Sets the maximum number of items to be rendered in a single slot, before adding the show-more button.

name?

string

The name property is used by the Scheduler to match which view is selected. Every view has a default name.

onDataAction?

(action: DataAction) => void

Called every time any of the SchedulerView Slots or Items trigger a data action, through editing, deleting or creating new DataItem.

Parameters:actionDataAction

The long-date format for displaying the selected date in the Scheduler toolbar. Defaults to {0:Y} (more information)

The short-date format for displaying the selected date in the Scheduler toolbar. Defaults to {0:Y} (more information)

slot?

ComponentType​<SchedulerSlotProps>

Overrides the slot prop of the Scheduler for the specified view only.

style?

CSSProperties

Sets a custom style property to the wrapping element of the DayView.

title?

string | (localization: LocalizationService) => string

The title to be displayed in the view selection list in the Toolbar. If a function is passed, it will receive a LocalizationService as an argument

Overrides the viewItem prop of the Scheduler for the specified view only.

Overrides the viewSlot prop of the Scheduler for the specified view only.