Gets or sets rows per page count.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic |
|---|
<DefaultValueAttribute()> _ Public Property RowsPerPage As Integer Get Set |
| C# |
|---|
[DefaultValueAttribute()] public int RowsPerPage { get; set; } |
| Visual C++ |
|---|
[DefaultValueAttribute()] public: property int RowsPerPage { int get (); void set (int value); } |
| JavaScript |
|---|
function get_rowsPerPage(); function set_rowsPerPage(value); |