rowDropPossible

open fun rowDropPossible(destPath: TreePath, value: <Error class: unknown class>): Boolean

Determines whether a drop is possible before the given @dest_path, at the same depth as @dest_path. i.e., can we drop the data in

Return

true if a drop is possible before @dest_path

Parameters

destPath

destination row

value

the data being dropped