Class EditTrigger
Defines the constants that specifies the mouse action that triggers the editing.
Inheritance
System.Object
EditTrigger
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class EditTrigger : Enum
Fields
OnDoubleTap
Editing begins when press the mouse at double click.
Declaration
public const EditTrigger OnDoubleTap
Field Value
Type |
---|
EditTrigger |
OnTap
Editing begins when press the mouse at single click.
Declaration
public const EditTrigger OnTap
Field Value
Type |
---|
EditTrigger |