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.
Property for assigning or retrieving grid editing on the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property DisableGridEditing As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.DisableGridEditing
instance.DisableGridEditing = value
public bool DisableGridEditing { get; set; }
Property Value
Type: System.Boolean
A Boolean value = true if retrieved value is true and true if the assignment to [true] succeeds.