[]
Determines whether the column can be drag.
protected override bool CanDragColumn(GridRowColType rowType, int row, GridRowColType columnType, int column)
Protected Overrides Function CanDragColumn(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 |