Class PointerOperation
Defines the constants that specify the type of pointer operation is being performed in SFDataGrid.
Inheritance
System.Object
PointerOperation
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class PointerOperation : Enum
Fields
Move
Specifies the mouse pointer is being moved.
Declaration
public const PointerOperation Move
Field Value
| Type |
|---|
| PointerOperation |
Pressed
Specifies the mouse pointer is being pressed.
Declaration
public const PointerOperation Pressed
Field Value
| Type |
|---|
| PointerOperation |
Released
Specifies the mouse pointer is being released.
Declaration
public const PointerOperation Released
Field Value
| Type |
|---|
| PointerOperation |