SchedulerViewItemProps
Represents the props of the KendoReact SchedulerViewItem component.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Specifies the Setting this property will override 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? |
|
Called each time the element, or any of its child elements, lose focus. | |
onClick? |
|
Called each time the element, or any of its child elements, is clicked. | |
onDoubleClick? |
|
Called each time the element, or any of its child elements, is double-clicked. | |
onDrag? |
|
Called each time the element is dragged. This event is used by the | |
onFocus? |
|
Called each time the element, or any of its child elements, receive focus. | |
onKeyDown? |
|
Called each time a | |
onKeyPress? |
|
Called each time a | |
onKeyUp? |
|
Called each time a | |
onMouseDown? |
|
Called each time the element, or any of its child elements resceives | |
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 | |
onPress? |
|
Called each time the element receives a This event is used by the | |
onRelease? |
|
Called when the dragged element is being This event is used by the | |
onRemoveClick? |
|
Called when the The | |
onResizeEndDrag? |
|
Called each time the the resize handler responsible for the item This event is used by the | |
onResizePress? |
|
Called each time the any of the resize handlers receives a This event is used by the | |
onResizeRelease? |
|
Called when the dragged resize handler is being This event is used by the | |
onResizeStartDrag? |
|
Called each time the 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 SchedulerSlot. 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. |