DekGenius.com
[ Team LiB ] Previous Section Next Section

ItemPager.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

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; }
}

Returned By

ControlPager.GetItemPager( )

    [ Team LiB ] Previous Section Next Section