Class GridExcelLikeDragDropMouseController
Implements the datasource part of an OLE drag-and-drop operation in a grid control.
Inheritance
System.Object
GridExcelLikeDragDropMouseController
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridExcelLikeDragDropMouseController : Object, IMouseController
Constructors
GridExcelLikeDragDropMouseController(GridControlBase)
Declaration
public GridExcelLikeDragDropMouseController(GridControlBase grid)
Parameters
Properties
Cursor
Declaration
public Cursor Cursor { get; set; }
Property Value
Type |
System.Windows.Input.Cursor |
Name
Declaration
public string Name { get; }
Property Value
SupportsCancelMouseCapture
Declaration
public bool SupportsCancelMouseCapture { get; }
Property Value
SupportsMouseTracking
Declaration
public bool SupportsMouseTracking { get; }
Property Value
Methods
CancelMode()
Declaration
EnableExcelLikeDragDrop(GridDragDropFlags)
Declaration
public bool EnableExcelLikeDragDrop(GridDragDropFlags flags)
Parameters
Returns
Declaration
public int HitTest(MouseControllerEventArgs e, IMouseController controller)
Parameters
Returns
Declaration
public void MouseDown(MouseControllerEventArgs e)
Parameters
Declaration
public void MouseHover(MouseControllerEventArgs e)
Parameters
Declaration
public void MouseHoverEnter(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
Declaration
public void MouseHoverLeave(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
Declaration
public void MouseMove(MouseControllerEventArgs e)
Parameters
Declaration
public void MouseUp(MouseControllerEventArgs e)
Parameters
RestoreMode()
Declaration
public void RestoreMode()
Implements