EntityEditor.ShowEntityDisplayTextInTextBox Property
Gets or sets a value that represents whether the display text for the current entity should be shown in a TextBox.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
true if the display text for the current entity is shown in a TextBox; otherwise, false.