SPList.DisableGridEditing property

Property for assigning or retrieving grid editing on the list.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace