Cocktail Help Reference
IPager<T> Interface Members
See Also  Properties  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : IPager<T> Interface


Glossary Item Box

The following tables list the members exposed by IPager<T>.

Public Properties

 NameDescription
 PropertyCurrentPageReturns the current page.  
 PropertyIsPageChangingReturns true if a page change is in progress.  
 PropertyPageSizeReturns the number of records requested for each page.  
 PropertyTotalDataSourceItemCountReturns the number of records available to be returned from the back-end data source.  
 PropertyTotalItemCountReturns the total number of items returned.  
 PropertyTotalNumberOfPagesReturns the total number of pages.  
Top

Public Methods

 NameDescription
 MethodFirstPageAsyncMoves to the first page.  
 MethodGoToPageAsyncMoves to the specified page.  
 MethodLastPageAsyncMoves to the last page.  
 MethodNextPageAsyncMoves to the page after the current page.  
 MethodPreviousPageAsyncMoves to the page before the current page.  
Top

See Also

© 2012 All Rights Reserved.