SchedulerProps
Represents the props of the Kendo UI for Vue Scheduler component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
The For more information, refer to the Scheduler Accessibility Compliance article | |
ariaLabelledby? |
|
The For more information, refer to the Scheduler Accessibility Compliance article | |
className? |
|
Specifies the | |
dataItems? |
|
Sets the data of the Scheduler component. The data is then parsed and rendered as a visual Scheduler items. | |
date? |
|
Sets the current selected | |
dateHeaderCell? |
|
Represents component based on the DateHeaderCellProps. | |
defaultDate? |
|
Sets a default selected | |
defaultView? |
|
Sets the initially selected view. For more information refer to the Scheduler Views article. Sets the initially selected view. The available values are:
| |
editable? |
|
Sets if the Scheduler component is editable. The value can be either a | |
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. | |
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. | |
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. | |
footer? |
|
Overrides the default footer component of the Scheduler. The default component is: Scheduler For more information on customizing the scheduler footer, refer to the Footer Customization article. | |
group? |
|
Specifies the groups of the Scheduler. | |
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. | |
height? |
|
Sets the | |
id? |
|
Specifies the | |
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. | |
modelFields? |
|
The names of the model fields from which the Scheduler will read its data (see example). | |
modifyInitialFormValues? |
|
Function that returns custom initial values for the fields of the form. | |
onDataChange? |
|
Called each time when editing occurs.
To enable editing set the For more information refer to the Scheduler Editing article. | |
onDateChange? |
|
Called when new | |
onViewChange? |
|
Called when new | |
resources? |
|
Specifies the resources of the Scheduler. | |
role? |
|
Specifies the For more information, refer to the Scheduler Accessibility Compliance article | |
rtl? |
|
Force a | |
slotRender? |
|
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. | |
tabIndex? |
|
Specifies the | |
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. | |
timeHeaderCell? |
|
Represents component based on the TimeHeaderCellProps. | |
timezone? |
|
Specifies the id of the timezone that will be displayed in the Scheduler.
For example, Defaults to | |
validator? |
|
Function that returns custom validator for the form. | |
view? |
|
Sets the currently selected view. The value is matched with the | |
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. | |
views? |
|
Sets the currently visible views. | |
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. | |
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. |