ActionTrigger
Enum
Enumeration that indicated the initiator of an action.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ActionTrigger
Fields
The action is triggered by a DoubleTap event.
C#
DoubleTap = 1
The action is triggered by a KeyDown event.
C#
Keyboard = 3
The action is triggered programmatically.
C#
Programmatic = 0
The action is triggered by a Tap event.
C#
Tap = 2