SchedulerPropsPremium
Represents the props of the KendoReact Scheduler component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
The For more information, refer to the Scheduler Accessibility Compliance article. jsx
| |
ariaLabelledby? |
|
The For more information, refer to the Scheduler Accessibility Compliance article. jsx
| |
children? |
|
Specify the available jsx
| |
className? |
|
Specifies the jsx
| |
data? |
|
Sets the data of the Scheduler component. The data is then parsed and rendered as visual Scheduler items. jsx
| |
date? |
|
Sets the current selected jsx
| |
defaultDate? |
|
Sets a default selected jsx
| |
defaultView? |
|
Sets the initially selected view. For more information refer to the Scheduler Views article. Sets the initially selected view. The available values are:
jsx
| |
editable? |
|
Sets if the Scheduler component is editable. The value can be either a jsx
| |
editItem? |
|
Overrides the default editItem. Specifying the The default component is: SchedulerEditItem. For more information on customizing the scheduler items, refer to the Item Customization article. jsx
| |
editSlot? |
|
Overrides the default editSlot component. Specifying the The default component is: SchedulerEditSlot. For more information on customizing the scheduler slots, refer to the Slot Customization article. jsx
| |
editTask? |
|
Overrides the default editTask. Specifying the The default component is: SchedulerEditTask. For more information on customizing the scheduler tasks, refer to the Task Customization article. jsx
| |
footer? |
|
Overrides the default footer component of the Scheduler. The default component is: SchedulerFooter. For more information on customizing the scheduler footer, refer to the Footer Customization article. jsx
| |
group? |
|
Specifies the groups of the Scheduler. jsx
| |
header? |
|
Overrides the default header component of the Scheduler. The default component is: SchedulerHeader. For more information on customizing the scheduler header, refer to the Header Customization article. jsx
| |
height? |
|
Sets the jsx
| |
id? |
|
Specifies the jsx
| |
item? |
|
Overrides the default item. Specifying the The default component is: SchedulerItem. For more information on customizing the scheduler items, refer to the Item Customization article. jsx
| |
modelFields? |
|
The names of the model fields from which the Scheduler will read its data (see example). jsx
| |
onDataChange? |
|
Called each time when editing occurs.
To enable editing set the For more information refer to the Scheduler Editing article. jsx
| |
onDateChange? |
|
Called when new jsx
| |
onViewChange? |
|
Called when new jsx
| |
resources? |
|
Specifies the resources of the Scheduler. jsx
| |
role? |
|
Specifies the For more information, refer to the Scheduler Accessibility Compliance article. jsx
| |
rtl? |
|
Force a jsx
| |
slot? |
|
Overrides the default slot component. Specifying the The default component is: SchedulerSlot. For more information on customizing the scheduler slots, refer to the Slot Customization article. jsx
| |
style? |
|
Specifies the jsx
| |
tabIndex? |
|
Specifies the jsx
| |
task? |
|
Overrides the default task. Specifying the The default component is: SchedulerTask. For more information on customizing the scheduler tasks, refer to the Task Customization article. jsx
| |
timezone? |
|
Specifies the id of the timezone that will be displayed in the Scheduler.
For example, Defaults to jsx
| |
view? |
|
Sets the currently selected view. The value is matched with the Sets the initially selected view. The available values are:
jsx
| |
viewItem? |
|
Overrides the default viewItem. Specifying the The default component is: SchedulerViewItem. For more information on customizing the scheduler items, refer to the Item Customization article. jsx
| |
viewSlot? |
|
Overrides the default viewSlot component. Specifying the The default component is: SchedulerViewSlot. For more information on customizing the scheduler slots, refer to the Slot Customization article. jsx
| |
viewTask? |
|
Overrides the default viewTask. Specifying the The default component is: SchedulerViewTask. For more information on customizing the scheduler tasks, refer to the Task Customization article. jsx
|