System.Windows.Forms.DataGridView.EditMode Property

Gets or sets a value indicating how to begin editing a cell.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.DataGridViewEditMode.EditOnKeystrokeOrF2)]
public DataGridViewEditMode EditMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

All System.Windows.Forms.DataGridViewEditMode values except for DataGridViewEditMode.EditProgrammatically also allow a user to double-click a cell to begin editing it.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0