Enum ActivationTrigger
Defines the constants that specify whether the current cell is being activated either by an input device or programmatically.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum ActivationTrigger
Fields
| Name | Description |
|---|---|
| Keyboard | Specifies the current cell is being activated by using keyboard. |
| Mouse | Specifies the current cell is being activated by using mouse. |
| Pen | Specifies the current cell is being activated by using pen. |
| Program | Specifies the current cell is being activated by programmatically. |
| Touch | Specifies the current cell is being activated by using touch. |