Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property Paged As Boolean
    Get
    Set
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.Paged

instance.Paged = value
[ClientCallableAttribute]
public bool Paged { get; set; }

Property Value

Type: System.Boolean
true if the list supports displaying more items page by page; otherwise, false.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace