SPFieldLookup.FieldRenderingControl property
SharePoint 2013
Gets the control that is used to render the field on a form page.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)] public override BaseFieldControl FieldRenderingControl { get; }
Property value
Type: Microsoft.SharePoint.WebControls.BaseFieldControlAn Microsoft.SharePoint.WebControls.BaseFieldControl object that represents the rendering control.
If the CountRelated property returns true, the object that is returned by the FieldRenderingControl property is type ComputedField. If the AllowMultipleValues property returns true, the object that is returned is type MultipleLookupField. Otherwise, the object that is returned is type LookupField.