Enum PointerOperation
Defines the constants that specify the type of pointer operation is being performed in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum PointerOperation
Fields
| Name | Description |
|---|---|
| DoubleTapped | Specifies the mouse pointer is being double tapped. |
| Move | Specifies the mouse pointer is being moved. |
| Pressed | Specifies the mouse pointer is being pressed. |
| Released | Specifies the mouse pointer is being released. |
| Tapped | Specifies the mouse pointer is being tapped. |
| Wheel | Specifies the mouse pointer is being scrolled in SfDataGrid. |