This documentation is archived and is not being maintained.
IPageableItemContainer Members
Visual Studio 2008
Defines members that a data-bound control must implement in order to have paging functionality provided by the DataPager control.
The IPageableItemContainer type exposes the following members.
| Name | Description | |
|---|---|---|
|
MaximumRows | Gets the maximum number of items to display on a single page of data. |
|
StartRowIndex | Gets the index of the first record that is displayed on a page of data. |
| Name | Description | |
|---|---|---|
|
TotalRowCountAvailable | Occurs when the data from the data source is made available to the control. |
Show: