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)

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.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace