[]
Determines whether a column can be dragged to the specified position.
protected override bool CanDropColumn(bool isHeader, int from, int to)
Type | Name | Description |
---|---|---|
bool | isHeader | True if the column belongs to the headers area. |
int | from | The original position of the dragged column. |
int | to | The position where the column is dropped. |
Type | Description |
---|---|
bool |