[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.BeforeDragRow

BeforeDragRow Event

Fires when the user starts dragging a row.

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

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

It does not fire when a row is moved using the Move(int, int) method.

You can prevent specific rows from being dragged by the user by setting their AllowDragging property to false.