ControlPager Members
.NET Framework 3.0
Used by a form to paginate its controls.
The following tables list the members exposed by the ControlPager type.
| Name | Description | |
|---|---|---|
| ControlPager | Initializes a new instance of the ControlPager class for the specified form that uses the specified weight for a page. |
| Name | Description | |
|---|---|---|
| DefaultWeight | Returns the assigned weight for a page. This field is read-only. |
| UseDefaultWeight | Returns whether to use the value of the DefaultWeight field for pagination. This field is read-only. |
| Name | Description | |
|---|---|---|
| PageCount | Sets or returns the number of form pages currently created by the pager. |
| PageWeight | Returns the optimal weight of a form page. |
| RemainingWeight | Sets or returns the weight that remains on the current ASP.NET mobile Web Forms page. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetItemPager | Creates and returns an ItemPager object for paginating the contents of the given control. |
| GetPage | Returns a newly assigned page index based on the weight of the control. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: