SchedulerEditItemProps
Represents the props of the Kendo UI for Vue SchedulerEditItem component.
| Name | Type | Default | Description | 
|---|---|---|---|
| className? | 
 | Specifies the  The SchedulerItem applies the following default className: 
 | |
| dataItem | 
 | Represents the original  For more information about the  | |
| description | 
 | The  | |
| drag? | 
 | Overrides the default component responsible for visualizing the  The default Component is: SchedulerDrag. | |
| dragHint? | 
 | Specifies if the current SchedulerItem is used as a DragHint. | |
| dragItem? | 
 | Setting this property will force the  | |
| editable? | 
 | Overrides the  | |
| end | 
 | The  | |
| endTimezone | 
 | The timezone name for the  | |
| form? | 
 | Overrides the default component responsible for visualizing the  The default Component is: SchedulerForm. | |
| format? | 
 | Specifies the  For more information, refer to the formatDate method of the IntlService. | |
| formItem? | 
 | Setting this property will force the  | |
| group | 
 | Represents the current group in which the item is rendered. | |
| head | 
 | Represents if the  | |
| id? | 
 | Specifies the  | |
| isAllDay | 
 | Represents if the item durations is through the whole day. | |
| isException | 
 | Represents if the item is an exception to a recurrence rule. | |
| isRecurring | 
 | Represents if the item is a single occurrence of a recurring  | |
| item? | 
 | Overrides the default component responsible for visualizing a single item. The default Component is: SchedulerItem. | |
| itemRef? | 
 | Represents the  | |
| itemStyle? | 
 | Specifies the  The SchedulerItem applies the following default styles: 
 | |
| occurrenceDialog? | 
 | Overrides the default component responsible for the selection between  The default Component is: SchedulerOccurrenceDialog. | |
| onBlur? | 
 | Called each time the element, or any of its child elements, lose focus. | |
| onBlurAction? | 
 | An action callback. Used to define the component behavior on blur. Internal state change will be triggered depending on the specific action types. | |
| onCancel? | 
 | Called whenever the current edit is canceled. | |
| onCancelAction? | 
 | An action callback. Used to define the component behavior on cancel. Internal state change will be triggered depending on the specific action types. | |
| onClickAction? | 
 | An action callback. Used to define the component behavior on click. Internal state change will be triggered depending on the specific action types. | |
| onDataaction? | 
 | Called when the item has been removed or manipulated though dragging, resizing or an external form. | |
| onDoubleClick? | 
 | Called each time the element, or any of its child elements, is double-clicked. | |
| onDoubleClickAction? | 
 | An action callback. Used to define the component behavior on double click. Internal state change will be triggered depending on the specific action types. | |
| onDragAction? | 
 | An action callback. Used to define the component behavior on drag. Internal state change will be triggered depending on the specific action types. | |
| onDragItemChange? | 
 | Called every time the  | |
| onFocusAction? | 
 | An action callback. Used to define the component behavior on focus. Internal state change will be triggered depending on the specific action types. | |
| onFormItemChange? | 
 | Called every time the  | |
| onFormSubmit? | 
 | Called whenever the  | |
| onFormSubmitAction? | 
 | An action callback. Used to define the component behavior on form submit. Internal state change will be triggered depending on the specific action types. | |
| onKeyDown? | 
 | Called each time a  | |
| onKeyDownAction? | 
 | An action callback. Used to define the component behavior on key down. Internal state change will be triggered depending on the specific action types. | |
| onKeyPress? | 
 | Called each time a  | |
| onKeyUp? | 
 | Called each time a  | |
| onKeyUpAction? | 
 | An action callback. Used to define the component behavior on key up. Internal state change will be triggered depending on the specific action types. | |
| onMouseDown? | 
 | Called each time the element, or any of its child elements resceives  | |
| onMouseDownAction? | 
 | An action callback. Used to define the component behavior on mouse down. Internal state change will be triggered depending on the specific action types. | |
| onMouseEnter? | 
 | Called each time the element, or any of its child elements receives  | |
| onMouseLeave? | 
 | Called each time the element, or any of its child elements receives  | |
| onMouseOut? | 
 | Called each time the element, or any of its child elements receives  | |
| onMouseOver? | 
 | Called each time the element, or any of its child elements receives  | |
| onMouseUp? | 
 | Called each time the element, or any of its child elements resceives  | |
| onMouseUpAction? | 
 | An action callback. Used to define the component behavior on mouse up. Internal state change will be triggered depending on the specific action types. | |
| onOccurrenceClick? | 
 | Called whenever the  | |
| onOccurrenceClickAction? | 
 | An action callback. Used to define the component behavior on occurrence click. Internal state change will be triggered depending on the specific action types. | |
| onPressAction? | 
 | An action callback. Used to define the component behavior on press. Internal state change will be triggered depending on the specific action types. | |
| onReleaseAction? | 
 | An action callback. Used to define the component behavior on release. Internal state change will be triggered depending on the specific action types. | |
| onRemoveClick? | 
 | Called when the  The  | |
| onRemoveClickAction? | 
 | An action callback. Used to define the component behavior on remove click. Internal state change will be triggered depending on the specific action types. | |
| onRemoveConfirm? | 
 | Called whenever the  | |
| onRemoveConfirmAction? | 
 | An action callback. Used to define the component behavior on remove confirm click. Internal state change will be triggered depending on the specific action types. | |
| onRemoveItemChange? | 
 | Called every time the  | |
| onResizeEndDrag? | 
 | Called each time the the resize handler responsible for the item  This event is used by the  | |
| onResizeEndDragAction? | 
 | An action callback. Used to define the component behavior on resize end drag. Internal state change will be triggered depending on the specific action types. | |
| onResizeItemChange? | 
 | Called every time the  | |
| onResizePress? | 
 | Called each time the any of the resize handlers receives a  This event is used by the  | |
| onResizePressAction? | 
 | An action callback. Used to define the component behavior on resize press. Internal state change will be triggered depending on the specific action types. | |
| onResizeRelease? | 
 | Called when the dragged resize handler is being  This event is used by the  | |
| onResizeReleaseAction? | 
 | An action callback. Used to define the component behavior on resize release. Internal state change will be triggered depending on the specific action types. | |
| onResizeStartDrag? | 
 | Called each time the the resize handler responsible for the item  This event is used by the  | |
| onResizeStartDragAction? | 
 | An action callback. Used to define the component behavior on resize start drag. Internal state change will be triggered depending on the specific action types. | |
| onSeriesChange? | 
 | Called every time the  | |
| onSeriesClick? | 
 | Called whenever the  | |
| onSeriesClickAction? | 
 | An action callback. Used to define the component behavior on series click. Internal state change will be triggered depending on the specific action types. | |
| onShowOccurrenceDialogChange? | 
 | Called every time the  | |
| onShowRemoveDialogChange? | 
 | Called every time the  | |
| order | 
 | Represents the order of the item among its siblings. | |
| originalStart | 
 | Represents the original start of the item. This property is being used when only a single occurrence of a recurring item is being edited. | |
| range | 
 | Represents the current range in which the item is rendered. | |
| removeDialog? | 
 | Overrides the default component responsible for visualizing the  The default Component is: SchedulerRemoveDialog. | |
| removeItem? | 
 | Setting this property will force the  Specifies the DataItem which should be removed from the  | |
| resize? | 
 | Overrides the default component responsible for visualizing the  The default Component is: SchedulerResize. | |
| resizeHint? | 
 | Specifies if the current SchedulerItem is used as a ResizeHint. | |
| resizeItem? | 
 | Setting this property will force the  | |
| selected? | 
 | Sets the selected state of the SchedulerSlot. By default the  | |
| series? | 
 | Indicates if the editing should be applied to the whole  By default, the  
 | |
| showOccurrenceDialog? | 
 | Setting this property will force the  | |
| showRemoveDialog? | 
 | Setting this property will force the  | |
| slots | 
 | A collection of all  | |
| start | 
 | The  | |
| startTimezone | 
 | The timezone name for the  | |
| tabIndex? | 
 | Specifies the  Providing  | |
| tail | 
 | Represents if the  | |
| title | 
 | The  | |
| vertical? | 
 | Specifies the orientation of the SchedulerItem. | |
| viewItem? | 
 | Overrides the default component responsible for positioning the item inside the view. The default Component is: SchedulerViewItem. | |
| zonedEnd | 
 | Represents the  For more information about timezones, refer to the Scheduler TImezones article. | |
| zonedStart | 
 | Represents the  For more information about timezones, refer to the Scheduler TImezones article. |