Intersoft ClientUI Documentation
PageSize Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : PageSize Property






Gets or sets the number of items to display on a page.

Syntax

Visual Basic (Declaration) 
Public Property PageSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
C# 
public int PageSize {get; set;}
Delphi 
public read-write property PageSize: Integer; 
JScript 
public function get,set PageSize : int
Managed Extensions for C++ 
public: __property int get_PageSize();
public: __property void set_PageSize( 
   int value
);
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.