SPList.DisableGridEditing - Propriété
Property for assigning or retrieving grid editing on the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property DisableGridEditing As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.DisableGridEditing
instance.DisableGridEditing = value
public bool DisableGridEditing { get; set; }
Valeur de propriété
Type : System.Boolean
A Boolean value = true if retrieved value is true and true if the assignment to [true] succeeds.