Class GridRowDragDropBehavior
represents the drag and drop behavior for the rows.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridRowDragDropBehavior : GridDragDropBehavior, IGridDragDropBehavior
Constructors
GridRowDragDropBehavior()
Declaration
public GridRowDragDropBehavior()
Properties
DragHint
Gets the drag hint.
Declaration
public override RadImageShape DragHint { get; }
Property Value
RadImageShape
The drag hint. |
Overrides
Methods
GetDragHintLocation(ISupportDrop, Point)
Gets the drag hint location.
Declaration
public override Point GetDragHintLocation(ISupportDrop dropTarget, Point mousePosition)
Parameters
ISupportDrop
dropTarget
The drop target. |
System.Drawing.Point
mousePosition
The mouse position. |
Returns
System.Drawing.Point
|
Overrides
GetDragHintSize(ISupportDrop)
Gets the size of the drag hint.
Declaration
public override Size GetDragHintSize(ISupportDrop dropTarget)
Parameters
ISupportDrop
dropTarget
The drop target. |
Returns
System.Drawing.Size
|