ItemPager::ItemCount Property

 

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.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
property int ItemCount {
	int get();
}

Property Value

Type: System::Int32

The count of items visible on the current page.

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

LoadItemsEventArgs
ItemPager Class
System.Web.UI.MobileControls Namespace
Pagination
Designing and Rendering Concepts for Mobile Controls

Return to top
Show: