EntityEditor.ShowEntityDisplayTextInTextBox property

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

Syntax

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

value = instance.ShowEntityDisplayTextInTextBox

instance.ShowEntityDisplayTextInTextBox = value
public bool ShowEntityDisplayTextInTextBox { get; set; }

Property value

Type: System.Boolean

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace