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.
returns true if the control is hosted by webparts (like xsltlistwebpart) in inline edit mode.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected ReadOnly Property IsInInlineEditMode As Boolean
Get
'Usage
Dim value As Boolean
value = Me.IsInInlineEditMode
protected bool IsInInlineEditMode { get; }
Type: System.Boolean