SchedulerEditTaskPropsPremium
Represents the props of the KendoReact SchedulerEditTask component.
| Name | Type | Default | Description | 
|---|---|---|---|
| children? | 
 | Specifies the  Setting this property will override the default elements rendered by the SchedulerTask. | |
| className? | 
 | Specifies the  The SchedulerSlot applies the following default className: 
 | |
| dataItem | 
 | Represents the original  For more information about the  | |
| description | 
 | The  | |
| editable? | 
 | Overrides the  | |
| end | 
 | The  | |
| endTimezone | 
 | The timezone name for 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  | |
| itemRef | 
 | Represents the  | |
| occurrenceDialog? | 
 | Overrides the default component responsible for the selection between  The default Component is: SchedulerOccurrenceDialog. | |
| onDataAction? | 
 | Fires when the item has been removed. | |
| onRemoveClick? | 
 | Fires when you click the  The  | |
| onRemoveItemChange? | 
 | Fires every time the  | |
| onShowOccurrenceDialogChange? | 
 | Fires every time the  | |
| onShowRemoveDialogChange? | 
 | Fires 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  | |
| 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  | |
| style? | 
 | Specifies the  | |
| tabIndex? | 
 | Specifies the  | |
| tail | 
 | Represents if the  | |
| task? | 
 | Overrides the default component responsible for visualizing a single task. The default Component is: SchedulerTask. | |
| title | 
 | The  | |
| viewTask? | 
 | Overrides the default component responsible for positioning the task inside the view. The default Component is: SchedulerViewTask. | |
| 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. |