EnumActionTrigger
Enum
Enumeration that indicated the initiator of an action.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum ActionTrigger
Fields
DoubleTap
The action is triggered by a DoubleTap event.
ExternalEditor
The action is triggered by an External Editor.
Keyboard
The action is triggered by a KeyDown event.
Programmatic
The action is triggered programmatically.
Tap
The action is triggered by a Tap event.