EnumActionTrigger
Enum
Enumeration that indicated the initiator of an action.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum ActionTrigger
Fields
DoubleTap
The action is triggered by a DoubleTap event.
Keyboard
The action is triggered by a KeyDown event.
Programmatic
The action is triggered programmatically.
Tap
The action is triggered by a Tap event.