SPView.InlineEdit Property
Gets or sets a string that specifies whether the view is in inline edit mode.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property InlineEdit As String
Get
Set
'Usage
Dim instance As SPView
Dim value As String
value = instance.InlineEdit
instance.InlineEdit = value
public string InlineEdit { get; set; }
Property Value
Type: System.String
String
true if the view is in inline edit mode; otherwise, false. The default value is false.