Share via


ControlPager Class Members

Public Constructors

ControlPager Constructor Initializes a new instance of the ControlPager class for the specified form that uses the specified weight for a page.

Public Fields

DefaultWeight Field Returns the assigned weight for a page.
UseDefaultWeight Field Returns whether to use the value of the DefaultWeight field for pagination. This field is read-only.

Public Methods

Equals Method (inherited from Object) Used internally by ASP.NET.
GetHashCode Method (inherited from Object) Used internally by ASP.NET. Not intended for use by client applications.
GetItemPager Method Creates and returns an ItemPager object for paginating the contents of the given control.
GetPage Method Returns a newly assigned page index based on the weight of the control.
GetType Method (inherited from Object) Inherited from .NET Framework.
ToString Method (inherited from Object) Inherited from .NET Framework.

Protected Methods

Finalize Method (inherited from Object) Inherited from .NET Framework.
MemberwiseClone Method (inherited from Object) Inherited from .NET Framework.

Public Properties

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

See Also

ControlPager Class