Enum PointerOperation
Defines the constants that specify the type of pointer operation is being performed in SFDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum PointerOperation
Fields
| Name | Description |
|---|---|
| Move | Specifies the mouse pointer is being moved. |
| Pressed | Specifies the mouse pointer is being pressed. |
| Released | Specifies the mouse pointer is being released. |