SPFieldTypeDefinition.FieldEditorUserControl Property

Gets the server-relative path to the control to use as a field editor control for the field type.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property FieldEditorUserControl As String
    Get
'Usage
Dim instance As SPFieldTypeDefinition
Dim value As String

value = instance.FieldEditorUserControl
public string FieldEditorUserControl { get; }

Property Value

Type: System.String
A string that contains the server-relative path to the .ascx file of the control, for example, /_controltemplates/LookupFieldEditor.ascx.

See Also

Reference

SPFieldTypeDefinition Class

SPFieldTypeDefinition Members

Microsoft.SharePoint Namespace