ItemPager::ItemCount Property
.NET Framework (current version)
Gets the count of items visible on the current page. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
ASP.NET mobile controls that support internal pagination also provide a feature called custom pagination. Normally, such controls require you to provide all the data that they can display. Developers specify the total number of items that are in the list in the ItemCount property. The ItemsPerPage property specifies how many items the control displays per page.
.NET Framework
Available since 1.1
Available since 1.1
LoadItemsEventArgs
ItemPager Class
System.Web.UI.MobileControls Namespace
Pagination
Designing and Rendering Concepts for Mobile Controls
Show: