[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.AfterDragColumn

AfterDragColumn Event

Fires after the user finishes dragging a column.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event DragRowColEventHandler AfterDragColumn
Returns
Type Description
DragRowColEventHandler Fires after the user finishes dragging a column.
Remarks

This event only fires when the user drags a column using the mouse.

It does not fire when a column 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.