AgendaViewProps
Represents the properties of the Kendo UI for Vue AgendaView Component.
Name | Type | Default | Description |
---|---|---|---|
dateRange? |
|
Overrides the If a function is passed, an object of type SchedulerViewDateRangeArgs will be passed. | |
dragItem? |
|
Overrides the | |
editable? |
|
Overrides the general | |
editSlot? |
|
Overrides the | |
editTask? |
|
Overrides the | |
id? |
|
Sets a custom | |
name? |
|
The name property is used by the Scheduler to match which view is selected. Every view has a default name. | |
numberOfDays? |
|
Specifies the number of days that the view will render.
Defaults to | |
resizeItem? |
|
Overrides the | |
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 | |
step? |
|
The number of steps (in days) to change, when using the back and forwards buttons in the toolbar navigation. The default value is 7 days. | |
style? |
|
Sets a custom | |
task? |
|
Overrides the | |
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 | |
viewSlot? |
|
Overrides the | |
viewTask? |
|
Overrides the |
Methods
onDataaction | ||||||
---|---|---|---|---|---|---|
Called every time any of the SchedulerView Slots or Items trigger a data action, through editing, deleting or creating new | ||||||
|