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