IGridDragDropBehavior
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public interface IGridDragDropBehavior
Derived Classes:
Properties
Gets the drag hint.
C#
RadImageShape DragHint { get; }
The drag hint.
Gets the grid view element.
C#
RadGridViewElement GridViewElement { get; }
The grid view element.
Methods
Gets the drag hint location.
C#
Point GetDragHintLocation(ISupportDrop dropTarget, Point mousePosition)
The drop target.
mousePositionPointThe mouse position.
Returns:Gets the size of the drag hint.
C#
Size GetDragHintSize(ISupportDrop dropTarget)
The drop target.
Returns:Initializes the specified grid view element.
C#
void Initialize(RadGridViewElement gridViewElement)
The grid view element.
Updates the drop context.
C#
void UpdateDropContext(ISupportDrag draggedContext, ISupportDrop dropTarget, Point? location)
The dragged context.
dropTargetISupportDropThe drop target.
locationPoint?The location.