SchedulerViewItemPropsPremium
Represents the props of the KendoReact SchedulerViewItem component.
| Name | Type | Default | Description | 
|---|---|---|---|
| children? | 
 | Specifies the  Setting this property overrides the default elements rendered by the SchedulerItem. | |
| className? | 
 | Specifies the  The SchedulerItem applies the following default className: 
 | |
| dataItem | 
 | Represents the original  For more information about the  | |
| description | 
 | The  | |
| dragHint? | 
 | Specifies if the current SchedulerItem is used as a DragHint. | |
| editable? | 
 | Overrides the  | |
| end | 
 | The  | |
| endTimezone | 
 | The timezone name for the  | |
| format? | 
 | Specifies the  For more information, refer to the formatDate method of the IntlService. | |
| 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. | |
| isLast? | 
 | Returns true if it is the last item rendered in the current view. | |
| 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  | |
| onBlur? | 
 | Fires each time the element, or any of its child elements, lose focus. | |
| onClick? | 
 | Fires each time the element, or any of its child elements, is clicked. | |
| onDoubleClick? | 
 | Fires each time the element, or any of its child elements, is double-clicked. | |
| onDrag? | 
 | Fires each time the element is dragged. This event is used by the  | |
| onFocus? | 
 | Fires each time the element, or any of its child elements, receive focus. | |
| onKeyDown? | 
 | Fires each time a  | |
| onKeyPress? | 
 | Fires each time a  | |
| onKeyUp? | 
 | Fires each time a  | |
| onMouseDown? | 
 | Fires each time the element, or any of its child elements, receives a  | |
| onMouseEnter? | 
 | Fires each time the element, or any of its child elements, receives a  | |
| onMouseLeave? | 
 | Fires each time the element, or any of its child elements, receives a  | |
| onMouseOut? | 
 | Fires each time the element, or any of its child elements, receives a  | |
| onMouseOver? | 
 | Fires each time the element, or any of its child elements, receives a  | |
| onMouseUp? | 
 | Fires each time the element, or any of its child elements, receives a  | |
| onPress? | 
 | Fires each time the element receives a  This event is used by the  | |
| onRelease? | 
 | Fires when you release the dragged element. This event is used by the  | |
| onRemoveClick? | 
 | Fires when you click the  The  | |
| onResizeEndDrag? | 
 | Fires each time the resize handler responsible for the item  This event is used by the  | |
| onResizePress? | 
 | Fires each time any of the resize handlers receives a  This event is used by the  | |
| onResizeRelease? | 
 | Fires when you release the dragged resize handler. This event is used by the  | |
| onResizeStartDrag? | 
 | Fires each time the resize handler responsible for the item  This event is used by 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. | |
| resizeHint? | 
 | Specifies if the current SchedulerItem is used as a ResizeHint. | |
| selected? | 
 | Sets the selected state of the SchedulerItem. By default, the  | |
| slots | 
 | A collection of all  | |
| start | 
 | The  | |
| startTimezone | 
 | The timezone name for the  | |
| style? | 
 | Specifies the  The SchedulerItem applies the following default styles: 
 | |
| tabIndex? | 
 | Specifies the  Providing  | |
| tail | 
 | Represents if the  | |
| title | 
 | The  | |
| vertical? | 
 | Specifies the orientation of the SchedulerItem. | |
| 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. |