Enum ActivationTrigger
Specifies the activation trigger options
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public enum ActivationTrigger
Fields
| Name | Description |
|---|---|
| Keyboard | Activation by Keyboard. |
| Mouse | Activation by Mouse. |
| Pen | Activation by Pen. |
| Program | Activation by Program. |
| Touch | Activation by Touch. |