Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the PagingFilter class to indicate the number of visible records that should be sent.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
firstVisibleCount As Integer _
)
'Usage
Dim firstVisibleCount As Integer
Dim instance As New PagingFilter(firstVisibleCount)
public PagingFilter(
int firstVisibleCount
)
Parameters
firstVisibleCount
Type: System.Int32The count of visible records to be sent.