[]
Determines whether a row can be dragged to the specified position.
protected override bool CanDropRow(GridRowColType rowType, int from, int to)
Protected Overrides Function CanDropRow(rowType As GridRowColType, from As Integer, [to] As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| GridRowColType | rowType | The type of row. |
| int | from | The original position of the dragged row. |
| int | to | The position where the row is dropped. |
| Type | Description |
|---|---|
| bool |