EntityEditor.UpLevelDiv property

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

Syntax

'Declaration
Protected Property UpLevelDiv As HtmlGenericControl
    Get
    Set
'Usage
Dim value As HtmlGenericControl

value = Me.UpLevelDiv

Me.UpLevelDiv = value
protected HtmlGenericControl UpLevelDiv { get; set; }

Property value

Type: System.Web.UI.HtmlControls.HtmlGenericControl

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace