Gets or sets the page size

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public int ItemsPerPage { get; set; }
Visual Basic (Declaration)
Public Property ItemsPerPage As Integer
Visual C++
public:
property int ItemsPerPage {
	int get ();
	void set (int value);
}

See Also