[]
Determines whether the column can be dragged.
protected override bool CanDragColumn(int row, int column)
| Type | Name | Description |
|---|---|---|
| int | row | The index of the row from which the column is dragged. |
| int | column | The index of the column to be dragged. |
| Type | Description |
|---|---|
| bool |
Determines whether the column can be drag.
protected virtual bool CanDragColumn(GridRowColType columnType, int column)
| Type | Name | Description |
|---|---|---|
| GridRowColType | columnType | The type of column. |
| int | column | The index of the column. |
| Type | Description |
|---|---|
| bool |