SP.View.rowLimit Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies the maximum number of list items to display in a visual page of the list view.

var value = SP.View.get_rowLimit(); 
SP.View.set_rowLimit(value);

Property Value

Type: UInt32

Applies To

SP.View Class

Remarks

Its value must be equal to or less than 2147483647.

See Also

Reference

SP.View Methods

SP.View Properties

SP Namespace