This documentation is archived and is not being maintained.

ControlPager Members

Used by a form to paginate its controls.

The ControlPager type exposes the following members.

  NameDescription
Public method ControlPager Initializes a new instance of the ControlPager class for the specified form that uses the specified weight for a page.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetItemPager Creates and returns an ItemPager object for paginating the contents of the given control.
Public method GetPage Returns a newly assigned page index based on the weight of the control.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public field Static member DefaultWeight Returns the assigned weight for a page. This field is read-only.
Public field Static member UseDefaultWeight Returns whether to use the value of the DefaultWeight field for pagination. This field is read-only.
Top

  NameDescription
Public property PageCount Sets or returns the number of form pages currently created by the pager.
Public property PageWeight Returns the optimal weight of a form page.
Public property RemainingWeight Sets or returns the weight that remains on the current ASP.NET mobile Web Forms page.
Top
Show: