SPFieldUser.FieldRenderingMobileControl Property

Gets the mobile control that is used to render the field.

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

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
    Get
'Usage
Dim instance As SPFieldUser
Dim value As SPMobileBaseFieldControl

value = instance.FieldRenderingMobileControl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }

Property Value

Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
An SPMobileBaseFieldControl object that represents the mobile control.

See Also

Reference

SPFieldUser Class

SPFieldUser Members

Microsoft.SharePoint Namespace