Class EditMode
Defines the constants that specifies the edit mode of the SfDataGrid.
Inheritance
System.Object
EditMode
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class EditMode : Enum
Fields
DoubleClick
Specifies that the cell will be entered into edit mode on double click.
Declaration
public const EditMode DoubleClick
Field Value
| Type |
|---|
| EditMode |
SingleClick
Specifies that the cell will be entered into edit mode on single click.
Declaration
public const EditMode SingleClick
Field Value
| Type |
|---|
| EditMode |