New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public interface IGridDragDropBehavior

Derived Classes: GridColumnDragDropBehvaviorGridDragDropBehaviorGridRowDragDropBehavior

Properties

Gets the drag hint.

C#
RadImageShape DragHint { get; }
Property Value:

The drag hint.

Gets the grid view element.

C#
RadGridViewElement GridViewElement { get; }
Property Value:

The grid view element.

Methods

Gets the drag hint location.

C#
Point GetDragHintLocation(ISupportDrop dropTarget, Point mousePosition)
Parameters:dropTargetISupportDrop

The drop target.

mousePositionPoint

The mouse position.

Returns:

Point

Gets the size of the drag hint.

C#
Size GetDragHintSize(ISupportDrop dropTarget)
Parameters:dropTargetISupportDrop

The drop target.

Returns:

Size

Initializes the specified grid view element.

C#
void Initialize(RadGridViewElement gridViewElement)
Parameters:gridViewElementRadGridViewElement

The grid view element.

Updates the drop context.

C#
void UpdateDropContext(ISupportDrag draggedContext, ISupportDrop dropTarget, Point? location)
Parameters:draggedContextISupportDrag

The dragged context.

dropTargetISupportDrop

The drop target.

locationPoint?

The location.