WebPartMobileAdapter.CreateControlsForDetailView Method
When overridden in a derived class, renders a detailed view of the Web Part on mobile devices.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub CreateControlsForDetailView
'Usage
Me.CreateControlsForDetailView()
protected virtual void CreateControlsForDetailView()
Remarks
The default implementation renders an icon, the Web Part’s title (possibly truncated), and a message saying that there is no detailed view of the Web Part. The icon is a link to the summary view.
Do not call this method from your own code. The Microsoft SharePoint Foundation mobile adaption framework will call it as part of the Load event handling.