rowDropPossible

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

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

Use list models instead

---

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