Class ActionTrigger
Enumeration that indicated the initiator of an action.
Inheritance
System.Object
ActionTrigger
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ActionTrigger : Enum
Fields
DoubleTap
The action is triggered by a DoubleTap event.
Declaration
public const ActionTrigger DoubleTap
Field Value
ActionTrigger
|
Keyboard
The action is triggered by a KeyDown event.
Declaration
public const ActionTrigger Keyboard
Field Value
ActionTrigger
|
Programmatic
The action is triggered programmatically.
Declaration
public const ActionTrigger Programmatic
Field Value
ActionTrigger
|
Tap
The action is triggered by a Tap event.
Declaration
public const ActionTrigger Tap
Field Value
ActionTrigger
|
value__
Declaration
public int value__
Field Value
System.Int32
|