[]
Determines whether the row can be drag.
protected override bool CanDragRow(GridRowColType rowType, int row, GridRowColType columnType, int column)
Protected Overrides Function CanDragRow(rowType As GridRowColType, row As Integer, columnType As GridRowColType, column As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| GridRowColType | rowType | The type of row. |
| int | row | The index of the row. |
| GridRowColType | columnType | The type of column. |
| int | column | The index of the column. |
| Type | Description |
|---|---|
| bool |