XsltListViewWebPartMobileAdapter.CreateControlsForSummaryView Method

Renders a summary view of the XsltListViewWebPart that is appropriate for mobile devices.

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

Syntax

'Declaration
Protected Overrides Sub CreateControlsForSummaryView
'Usage

Me.CreateControlsForSummaryView()
protected override void CreateControlsForSummaryView()

Remarks

This override renders the control with an icon, and the title (possibly truncated) of the Web Part. The icon is a link to the mobile list view page. Following this, it renders the first few list items (up to three by default) as links to the items. If the limit is exceeded, the bulleted list is followed by a link to the main mobile list view page. Users can set the limit in the view configuration UI of Microsoft SharePoint Foundation.

See Also

Reference

XsltListViewWebPartMobileAdapter Class

XsltListViewWebPartMobileAdapter Members

Microsoft.SharePoint.WebPartPages Namespace