GridField.EditMode property
Gets or sets the edit mode of the cells that appear in the GridColumn associated with this GridField.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EditMode As EditMode
Get
Set
'Usage
Dim instance As GridField
Dim value As EditMode
value = instance.EditMode
instance.EditMode = value
public EditMode EditMode { get; set; }
Property value
Type: Microsoft.SharePoint.JSGrid.EditMode
An EditMode describing the edit mode of this cell.