[]
Determines whether the column can be dragged.
protected virtual bool CanDragColumn(int row, int column)
Protected Overridable Function CanDragColumn(row As Integer, column As Integer) As Boolean
| 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 |