Enum
ActionTrigger

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.

Declaration

cs-api-definition
DoubleTap = 1

Field Value

ActionTrigger

ExternalEditor

The action is triggered by an External Editor.

Declaration

cs-api-definition
ExternalEditor = 4

Field Value

ActionTrigger

Keyboard

The action is triggered by a KeyDown event.

Declaration

cs-api-definition
Keyboard = 3

Field Value

ActionTrigger

Programmatic

The action is triggered programmatically.

Declaration

cs-api-definition
Programmatic = 0

Field Value

ActionTrigger

Tap

The action is triggered by a Tap event.

Declaration

cs-api-definition
Tap = 2

Field Value

ActionTrigger