Enum EditTrigger
Specifies the edit trigger options
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public enum EditTrigger
Fields
| Name | Description |
|---|---|
| OnDoubleTap | Trigger while double click. |
| OnTap | Trigger while single click. |