Represents the GridDragDropBehavior for columns.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridColumnDragDropBehvavior : GridDragDropBehavior, IGridDragDropBehavior
Inheritance: objectGridDragDropBehaviorGridColumnDragDropBehvavior
Implements:
Inherited Members
Constructors
C#
public GridColumnDragDropBehvavior()
Properties
Gets the drag hint.
C#
public override RadImageShape DragHint { get; }
The drag hint.
Overrides:
Methods
Gets the drag hint location.
C#
public override Point GetDragHintLocation(ISupportDrop dropTarget, Point mousePosition)
The drop target.
mousePositionPointThe mouse position.
Returns:Overrides:
Gets the size of the drag hint.
C#
public override Size GetDragHintSize(ISupportDrop dropTarget)
The drop target.
Returns:Overrides:
Updates the drop context.
C#
public override void UpdateDropContext(ISupportDrag draggedContext, ISupportDrop dropTarget, Point? location)
The dragged context.
dropTargetISupportDropThe drop target.
locationPoint?The location.
Overrides: