DragRowEventArgs(BaseRow, Point, RowDragEffect) Constructor
Creates a new DragRowEventArgs object.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | BaseRow | A BaseRow object representing the row being dragged. This value is assigned to the RowEventArgs.Row property. |
pt | Point | A Point structure defining the screen coordinates of a point under the mouse cursor. This value is assigned to the DragRowEventArgs.ScreenLocation property. |
effect | RowDragEffect | A RowDragEffect enumeration value specifying available dragging effects. This value is assigned to the DragRowEventArgs.Effect property. |
See Also