SPMobileBaseFieldControl.CreateControlForSimpleView Method
Creates a control for rendering the field on the simple version of a list view page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function CreateControlForSimpleView As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlForSimpleView()
protected virtual MobileControl CreateControlForSimpleView()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A control that renders the field for the simple list view.
Remarks
The default implementation renders the value of the field as a link to the mobile Display form for the list item.
See Also
Reference
SPMobileBaseFieldControl Class