BaseFieldControl.IsInInlineEditMode property

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)

Syntax

'Declaration
Protected ReadOnly Property IsInInlineEditMode As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.IsInInlineEditMode
protected bool IsInInlineEditMode { get; }

Property value

Type: System.Boolean

See also

Reference

BaseFieldControl class

BaseFieldControl members

Microsoft.SharePoint.WebControls namespace