canMoveRow

fun canMoveRow(fromIndex: Int, toIndex: Int, position: RowsDnDSupport.RefinedDropSupport.Position): Boolean(source)

Returns true if and only if moveRow can be invoked with the given parameters.

See also