This documentation is archived and is not being maintained.
PagedDataSource.PageSize Property
.NET Framework 1.1
Gets or sets the number of items to display on a single page.
[Visual Basic] Public Property PageSize As Integer [C#] public int PageSize {get; set;} [C++] public: __property int get_PageSize(); public: __property void set_PageSize(int); [JScript] public function get PageSize() : int; public function set PageSize(int);
Property Value
The number of items to display on a single page.
Remarks
Use the PageSize property to specify or determine the number of items to display on a single page.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace
Show: