[]
        
(Showing Draft Content)

C1.Win.FlexGrid.DragRowColEventArgs

DragRowColEventArgs Class

Provides data for the BeforeDragColumn, BeforeDragRow, AfterDragColumn, and AfterDragRow events.

Inheritance
DragRowColEventArgs
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class DragRowColEventArgs : EventArgs

Constructors

Name Description
DragRowColEventArgs(int, int, int)

Initializes a new instance of the DragRowColEventArgs class.

Properties

Name Description
Cancel

Gets or sets a value indicating whether the drag operation should be canceled.

Col

Gets the original index of the column that was dragged by the user.

Position

Gets the new index of the column or row that was dragged by the user.

Row

Gets the original index of the row that was dragged by the user.