SPField.FieldRenderingMobileControl property
NOTE: This API is now obsolete.
Deprecated. Use the FieldRenderingMobileWebControl property instead. Gets the mobile field type control that is used to render the field in Display, Edit, and New forms, data form Web Parts, or any pages that use field controls in mobile applications.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<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 https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overridable ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
Get
'Usage
Dim instance As SPField
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileControl
[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 https://go.microsoft.com/fwlink/?LinkId=157231.")]
public virtual SPMobileBaseFieldControl FieldRenderingMobileControl { get; }
Property value
Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
A Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl object that represents the control.