SchedulerViewSlotProps
Represents the props of the KendoReact SchedulerViewSlot 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. | |
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 | |
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 | |
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. |
Methods
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. | ||||||
|
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 | ||||||
|
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 | ||||||
|