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)

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