GanttHandle
Interface
Represents the Object which is passed to the ref callback of the Gantt component.
Definition
Package:@progress/kendo-react-gantt
Properties
element
null | HTMLDivElement
The current element or null if there is no one.
The props of the Gantt.
scrollIntoView
(options: { rowIndex?: number }) => void
Method to allow the scroll to be set to a specific row index.
Parameters:options{ rowIndex?: number }