SPMobileListItemIterator.RowLimit Property
Gets a value that represents the maximum number of items that can be rendered.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property RowLimit As Integer
Get
'Usage
Dim value As Integer
value = Me.RowLimit
protected int RowLimit { get; }
Property Value
Type: System.Int32
An Int32 that represents the maximum number of items that can be rendered on the current mobile form or page.
See Also
Reference
SPMobileListItemIterator Class