SPView.MobileItemLimit Property

Gets or sets the maximum number of list items to show in the summary version of a mobile adapter for a list view Web Part (ListViewWebPartMobileAdapter or XsltListViewWebPartMobileAdapter).

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property MobileItemLimit As UInteger
    Get
    Set
'Usage
Dim instance As SPView
Dim value As UInteger

value = instance.MobileItemLimit

instance.MobileItemLimit = value
public uint MobileItemLimit { get; set; }

Property Value

Type: System.UInt32
The maximum number of items to show.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace

ListViewWebPartMobileAdapter