SchedulerTaskProps
Represents the props of the KendoReact SchedulerTask 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 | |
onRemoveClick? |
|
Called when the 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. | |
slots |
|
A collection of all | |
start |
|
The | |
startTimezone |
|
The timezone name for the | |
style? |
|
Specifies the | |
tabIndex? |
|
Specifies the | |
tail |
|
Represents if the | |
title |
|
The | |
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. |