PagedDataSource::PageSize Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property int PageSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of items to display on a single page.

Use the PageSize property to specify or determine the number of items to display on a single page.

.NET Framework
Available since 1.1
Return to top
Show: