New to Telerik UI for WinFormsStart a free 30-day trial

represents the drag and drop behavior for the rows.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridRowDragDropBehavior : GridDragDropBehavior, IGridDragDropBehavior

Inheritance: objectGridDragDropBehaviorGridRowDragDropBehavior

Implements: IGridDragDropBehavior

Inherited Members GridDragDropBehavior.Initialize(RadGridViewElement)GridDragDropBehavior.UpdateDropContext(ISupportDrag, ISupportDrop, Point?)GridDragDropBehavior.GridViewElement

Constructors

C#
public GridRowDragDropBehavior()

Properties

Gets the drag hint.

C#
public override RadImageShape DragHint { get; }
Property Value:

The drag hint.

Overrides: GridDragDropBehavior.DragHint

Methods

Gets the drag hint location.

C#
public override Point GetDragHintLocation(ISupportDrop dropTarget, Point mousePosition)
Parameters:dropTargetISupportDrop

The drop target.

mousePositionPoint

The mouse position.

Returns:

Point

Overrides: GridDragDropBehavior.GetDragHintLocation(ISupportDrop, Point)

Gets the size of the drag hint.

C#
public override Size GetDragHintSize(ISupportDrop dropTarget)
Parameters:dropTargetISupportDrop

The drop target.

Returns:

Size

Overrides: GridDragDropBehavior.GetDragHintSize(ISupportDrop)