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.
Specifies the page size.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared, True)> _
<WebBrowsableAttribute(False)> _
Public Property PageSize As Integer
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
[PersonalizableAttribute(PersonalizationScope.Shared, true)]
[WebBrowsableAttribute(false)]
public int PageSize { get; set; }
Property Value
Type: System.Int32
Remarks
Used for SQL data source level paging.