GridSerializer.PagingFilter property
Gets or sets a paging filter which indicates the row view indices of the rows that will be serialized.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PagingFilter As PagingFilter
Get
Set
'Usage
Dim instance As GridSerializer
Dim value As PagingFilter
value = instance.PagingFilter
instance.PagingFilter = value
public PagingFilter PagingFilter { get; set; }
Property value
Type: Microsoft.SharePoint.JSGrid.PagingFilter
Returns a PagingFilter object.
Remarks
If this property is a null reference (Nothing in Visual Basic), then all rows in the external source table will be retrieved.