[]
Determines whether a row can be dragged to the specified position.
protected override 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 position of the dragged row. |
| int | to | The position where the row is dropped. |
| Type | Description |
|---|---|
| bool |