Class GridColumnDragDropBehvavior
Represents the GridDragDropBehavior for columns.
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 GridColumnDragDropBehvavior : GridDragDropBehavior, IGridDragDropBehavior
Constructors
GridColumnDragDropBehvavior()
Declaration
public GridColumnDragDropBehvavior()
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
|
Overrides
UpdateDropContext(ISupportDrag, ISupportDrop, Nullable<Point>)
Updates the drop context.
Declaration
public override void UpdateDropContext(ISupportDrag draggedContext, ISupportDrop dropTarget, Point? location)
Parameters
ISupportDrag
draggedContext
The dragged context. |
ISupportDrop
dropTarget
The drop target. |
System.Nullable<System.Drawing.Point>
location
The location. |