[]
Fires as the user drags a column to a new position.
public event DragRowColEventHandler DraggingColumn
Type | Description |
---|---|
DragRowColEventHandler | Fires as the user drags a column to a new position. |
This event only fires when the user drags a column using the mouse.
It does not fire when a row is moved using the Move(int, int) method.
You can prevent specific columns from being dragged by the user by setting their AllowDragging property to false.