Enum GridDragSelectionReason
Defines the GridDragSelectionReason.A GridDragSelectionReason is used by GridSelectionDragEventArgs to give a hint about the current state of the user action and reason for this event.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridDragSelectionReason
Fields
| Name | Description |
|---|---|
| CancelMode | Indicates current operation was canceled. |
| HitTest | Indicates this is a Hit-Test query. |
| MouseDown | Indicates user pressed mouse down. |
| MouseMove | Indicates user is moving mouse. |
| MouseUp | Indicates user released mouse. |