Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.