Interface
IGridDragDropBehavior

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public interface IGridDragDropBehavior

Properties

DragHint

Gets the drag hint.

Declaration

cs-api-definition
RadImageShape DragHint { get; }

Property Value

RadImageShape

The drag hint.

GridViewElement

Gets the grid view element.

Declaration

cs-api-definition
RadGridViewElement GridViewElement { get; }

Property Value

RadGridViewElement

The grid view element.

Methods

GetDragHintLocation(ISupportDrop, Point)

Gets the drag hint location.

Declaration

cs-api-definition
Point GetDragHintLocation(ISupportDrop dropTarget, Point mousePosition)

Parameters

dropTarget

ISupportDrop

The drop target.

mousePosition

Point

The mouse position.

Returns

Point

GetDragHintSize(ISupportDrop)

Gets the size of the drag hint.

Declaration

cs-api-definition
Size GetDragHintSize(ISupportDrop dropTarget)

Parameters

dropTarget

ISupportDrop

The drop target.

Returns

Size

Initialize(RadGridViewElement)

Initializes the specified grid view element.

Declaration

cs-api-definition
void Initialize(RadGridViewElement gridViewElement)

Parameters

gridViewElement

RadGridViewElement

The grid view element.

UpdateDropContext(ISupportDrag, ISupportDrop, Point?)

Updates the drop context.

Declaration

cs-api-definition
void UpdateDropContext(ISupportDrag draggedContext, ISupportDrop dropTarget, Point? location)

Parameters

draggedContext

ISupportDrag

The dragged context.

dropTarget

ISupportDrop

The drop target.

location

Point?

The location.