TreeViewDragClueHandle
Interface
Represent the ref of the TreeViewDragClue component.
Definition
Package:@progress/kendo-react-treeview
Properties
hide
() => void
Hides the TreeViewDragClue component.
show
(top: number, left: number, text: string, operationClassName: string) => void
Displays the TreeViewDragClue component.
Parameters:topnumber
The top CSS position of the component.
The left CSS position of the component.
The text of the component.
operationClassNamestringThe CSS class name which is related to the specific drop operation.