Class PointerOperation
Defines the constants that specify the type of pointer operation is being performed in SfDataGrid.
Inheritance
System.Object
PointerOperation
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class PointerOperation : Enum
Fields
DoubleTapped
Specifies the mouse pointer is being double tapped.
Declaration
public const PointerOperation DoubleTapped
Field Value
Type |
---|
PointerOperation |
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 |
Tapped
Specifies the mouse pointer is being tapped.
Declaration
public const PointerOperation Tapped
Field Value
Type |
---|
PointerOperation |