SPFieldLookup.FieldRenderingMobileControl property
SharePoint 2013
NOTE: This API is now obsolete.
Gets the mobile control that is used to render the field on a form page.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)] [ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }
Property value
Type: SPMobileBaseFieldControlAn SPMobileBaseFieldControl object that represents the mobile control.
If the AllowMultipleValues property returns true, the object that is returned is type SPMobileMultipleLookupField. Otherwise, the object that is returned is type SPMobileLookupField.