ClassGridRowDragDropBehavior
Class
represents the drag and drop behavior for the rows.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridRowDragDropBehavior : GridDragDropBehavior, IGridDragDropBehavior
Inheritance: objectGridDragDropBehaviorGridRowDragDropBehavior
Implements:
Inherited Members
Constructors
GridRowDragDropBehavior()
Declaration
cs-api-definition
public GridRowDragDropBehavior()
Properties
DragHint
Gets the drag hint.
Declaration
cs-api-definition
public override RadImageShape DragHint { get; }
Property Value
The drag hint.
Overrides
Methods
GetDragHintLocation(ISupportDrop, Point)
Gets the drag hint location.
Declaration
cs-api-definition
public override Point GetDragHintLocation(ISupportDrop dropTarget, Point mousePosition)
Parameters
dropTarget
The drop target.
mousePosition
The mouse position.
Returns
Overrides
GetDragHintSize(ISupportDrop)
Gets the size of the drag hint.
Declaration
cs-api-definition
public override Size GetDragHintSize(ISupportDrop dropTarget)
Parameters
dropTarget
The drop target.
Returns
Overrides