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)
Syntax
Public ReadOnly Property FieldEditorUserControl As String
Get
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.