Gets or sets rows per page count.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property RowsPerPage As Integer
C#
public int RowsPerPage { get; set; }
Visual C++
public:
property int RowsPerPage {
	int get ();
	void set (int value);
}
JavaScript
function get_rowsPerPage();
function set_rowsPerPage(value);

See Also