SchedulerEditSlotProps
Represents the props of the KendoReact SchedulerEditSlot component.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Specifies the | |
className? |
|
Specifies the The SchedulerSlot applies the following default className:
| |
col |
|
Sets the | |
editable? |
|
Overrides the | |
end |
|
The | |
expandable? |
|
Set to For more information, please refer to the Adaptive Slot Height article. | |
form? |
|
Overrides the default component responsible for visualizing the The default Component is: SchedulerForm. | |
formItem? |
|
Setting this property will force the | |
group |
|
Represents the current group in which the slot is rendered. | |
id? |
|
Specifies the | |
index |
|
Represents the consecutive number of the slot in the current range. | |
isAllDay? |
|
Represents if the slot is an | |
isWorkDay? |
|
Specifies if the | |
isWorkHour? |
|
Specifies if the | |
items |
|
A collection of all | |
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. | |
onDataAction? |
|
Called when new item has been created in the slot. | |
onDoubleClick? |
|
Called each time the element, or any of its child elements, is double-clicked. | |
onFocus? |
|
Called each time the element, or any of its child elements, receive focus. | |
onFormItemChange? |
|
Called every time the | |
onKeyDown? |
|
Called each time a | |
onKeyPress? |
|
Called each time a | |
onKeyUp? |
|
Called each time a | |
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 | |
range |
|
Represents the current range in which the slot is rendered. | |
row |
|
Sets the | |
selected? |
|
Sets the selected state of the SchedulerSlot. By default the | |
slot? |
|
Overrides the default component responsible for view-specific functionality. The default Component is: SchedulerSlot. | |
start |
|
The | |
style? |
|
Specifies the The SchedulerSlot applies the following default styles:
| |
tabIndex? |
|
Specifies the Providing | |
viewSlot? |
|
Overrides the default component responsible for view-specific functionality. The default Component is: SchedulerViewSlot. | |
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. |