New to Telerik UI for .NET MAUIStart a free 30-day trial

Enumeration that indicated the initiator of an action.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum ActionTrigger

Fields

The action is triggered by a DoubleTap event.

C#
DoubleTap = 1

The action is triggered by a KeyDown event.

C#
Keyboard = 3

The action is triggered programmatically.

C#
Programmatic = 0

The action is triggered by a Tap event.

C#
Tap = 2
In this article
DefinitionFieldsDoubleTapKeyboardProgrammaticTap
Not finding the help you need?
Contact Support