Set the given items per page to the given data source. The data source may be a NavigationDataSource. This pager's
ItemsType must be Records or AggregateRecords.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
protected virtual void SetItemsPerPage( IDataSource ds, int itemsPerPage ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub SetItemsPerPage ( _ ds As IDataSource, _ itemsPerPage As Integer _ ) |
| Visual C++ |
|---|
protected: virtual void SetItemsPerPage( IDataSource^ ds, int itemsPerPage ) |