SPField.FieldRenderingMobileWebControl property

When implemented in a derived class, 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.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property FieldRenderingMobileWebControl As SPMobileBaseFieldControl
    Get
'Usage
Dim instance As SPField
Dim value As SPMobileBaseFieldControl

value = instance.FieldRenderingMobileWebControl
public virtual SPMobileBaseFieldControl FieldRenderingMobileWebControl { get; }

Property value

Type: Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseFieldControl
An object that represents the control.

Remarks

The default implementation returns a null reference (Nothing in Visual Basic).

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace