[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.BeforeDragColumn

BeforeDragColumn Event

Fires when the user starts dragging a column.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public event DragRowColEventHandler BeforeDragColumn
Returns
Type Description
DragRowColEventHandler Fires when the user starts dragging a column.
Remarks

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

It is 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.