SPView.Paged property
取得或設定布林值,這個值表示檢視是否會顯示項目--逐頁,以包含最多RowLimit項目的每一頁。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Paged As Boolean
Get
Set
'用途
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如果清單支援顯示更多的項目頁面 ;否則, false。