SPView.Paged property
Gets or sets a Boolean value that indicates whether the view will display items page-by-page, with each page containing at most RowLimit items.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Paged As Boolean
Get
Set
'Usage
Dim instance As SPView
Dim value As Boolean
value = instance.Paged
instance.Paged = value
public bool Paged { get; set; }
Property value
Type: System.Boolean
true if the list supports displaying more items page by page; otherwise, false.