EntityEditor.PreferContentEditableDiv property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property PreferContentEditableDiv As Boolean
    Get
    Set
'Usage
Dim instance As EntityEditor
Dim value As Boolean

value = instance.PreferContentEditableDiv

instance.PreferContentEditableDiv = value
public virtual bool PreferContentEditableDiv { get; set; }

Property value

Type: System.Boolean

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace