Class ActivationTrigger
Defines the constants that specify whether the current cell is being activated either by an input device or programmatically.
Inheritance
System.Object
ActivationTrigger
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class ActivationTrigger : Enum
Fields
Keyboard
Specifies the current cell is being activated by using keyboard.
Declaration
public const ActivationTrigger Keyboard
Field Value
Type |
---|
ActivationTrigger |
Mouse
Specifies the current cell is being activated by using mouse.
Declaration
public const ActivationTrigger Mouse
Field Value
Type |
---|
ActivationTrigger |
Pen
Specifies the current cell is being activated by using pen.
Declaration
public const ActivationTrigger Pen
Field Value
Type |
---|
ActivationTrigger |
Program
Specifies the current cell is being activated by programmatically.
Declaration
public const ActivationTrigger Program
Field Value
Type |
---|
ActivationTrigger |
Touch
Specifies the current cell is being activated by using touch.
Declaration
public const ActivationTrigger Touch
Field Value
Type |
---|
ActivationTrigger |