[]
Determines whether the from row can dropped at the to position.
protected virtual bool CanDropRow(bool isHeader, int from, int to)
| Type | Name | Description |
|---|---|---|
| bool | isHeader | True if the row belongs to the headers area. |
| int | from | The original index of the row. |
| int | to | The index were the row would be dropped. |
| Type | Description |
|---|---|
| bool |