Enum
ActionTrigger

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.

Declaration

cs-api-definition
DoubleTap = 1

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

In this article
DefinitionFieldsDoubleTapKeyboardProgrammaticTap
Not finding the help you need?
Contact Support