Class 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.
Inheritance
System.Object
GridDragSelectionReason
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridDragSelectionReason : Enum
Fields
CancelMode
Indicates current operation was canceled.
Declaration
public const GridDragSelectionReason CancelMode
Field Value
| Type |
|---|
| GridDragSelectionReason |
HitTest
Indicates this is a Hit-Test query.
Declaration
public const GridDragSelectionReason HitTest
Field Value
| Type |
|---|
| GridDragSelectionReason |
MouseDown
Indicates user pressed mouse down.
Declaration
public const GridDragSelectionReason MouseDown
Field Value
| Type |
|---|
| GridDragSelectionReason |
MouseMove
Indicates user is moving mouse.
Declaration
public const GridDragSelectionReason MouseMove
Field Value
| Type |
|---|
| GridDragSelectionReason |
MouseUp
Indicates user released mouse.
Declaration
public const GridDragSelectionReason MouseUp
Field Value
| Type |
|---|
| GridDragSelectionReason |