The ItemPager is used by controls that have long
text length and support internal pagination, such as the
List, LiteralText, and
ObjectList controls. The ASP.NET rendering ending
creates the ItemPager while paginating a page,
using the corresponding ControlPager of the
containing Form.
public class ItemPager {
// Public Constructors
public ItemPager( );
public ItemPager(ControlPager pager, MobileControl control, int itemCount, int itemsPerPage, int itemWeight);
// Public Instance Properties
public int ItemCount{get; }
public int ItemIndex{get; }
}