SchedulerResizeProps
Interface
Represents the props of the KendoReact SchedulerResize component.
Definition
Package:@progress/kendo-react-scheduler
Properties
dataItem
any
Specifies the DataItem to be visualized as a Resize item.
item?
ComponentType<SchedulerItemProps>
Overrides the default component responsible for visualizing a single item.
The default Component is: [SchedulerItem].
vertical?
boolean
Specifies the orientation of the SchedulerItem inside the Drag.
viewItem?
ComponentType<SchedulerViewItemProps>
Overrides the default component responsible for positioning the item inside the view.
The default Component is: SchedulerViewItem.