Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the mobile field type 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 SPFieldMultiChoice
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileControl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }
Property Value
Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
A SPMobileBaseFieldControl object that represents the control.