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:
Inherited Members
Constructors
C#
public GridRowDragDropBehavior()
Properties
Gets the drag hint.
C#
public override RadImageShape DragHint { get; }
The drag hint.
Overrides:
Methods
Gets the drag hint location.
C#
public override Point GetDragHintLocation(ISupportDrop dropTarget, Point mousePosition)
The drop target.
mousePositionPointThe mouse position.
Returns:Overrides:
Gets the size of the drag hint.
C#
public override Size GetDragHintSize(ISupportDrop dropTarget)
The drop target.
Returns:Overrides: