EntityEditor.DownLevelTextBox property

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

Syntax

'Declaration
Protected Property DownLevelTextBox As TextBox
    Get
    Set
'Usage
Dim value As TextBox

value = Me.DownLevelTextBox

Me.DownLevelTextBox = value
protected TextBox DownLevelTextBox { get; set; }

Property value

Type: System.Web.UI.WebControls.TextBox

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace