Intersoft ClientUI Documentation
PageSize Property (PagedCollectionView)



Gets or sets the number of items to display on a page.
Syntax
Public Property PageSize As Integer
Dim instance As PagedCollectionView
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
public int PageSize {get; set;}
public:
property int PageSize {
   int get();
   void set (    int value);
}

Property Value

The number of items to display on a page.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe page size is less than 0.
System.InvalidOperationExceptionThe page size could not be changed because there is a new or edited item that could not be committed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback