PagerSettings Members
.NET Framework 3.0
Represents the properties of the paging controls in a control that supports pagination. This class cannot be inherited.
The following tables list the members exposed by the PagerSettings type.
| Name | Description | |
|---|---|---|
| FirstPageImageUrl | Gets or sets the URL to an image to display for the first-page button. |
| FirstPageText | Gets or sets the text to display for the first-page button. |
| LastPageImageUrl | Gets or sets the URL to an image to display for the last-page button. |
| LastPageText | Gets or sets the text to display for the last-page button. |
| Mode | Gets or sets the mode in which to display the pager controls in a control that supports pagination. |
| NextPageImageUrl | Gets or sets the URL to an image to display for the next-page button. |
| NextPageText | Gets or sets the text to display for the next-page button. |
| PageButtonCount | Gets or sets the number of page buttons to display in the pager when the Mode property is set to the Numeric or NumericFirstLast value. |
| Position | Gets or sets a value that specifies the location where the pager is displayed. |
| PreviousPageImageUrl | Gets or sets the URL to an image to display for the previous-page button. |
| PreviousPageText | Gets or sets the text to display for the previous page button. |
| Visible | Gets or sets a value indicating whether the paging controls are displayed in a control that supports pagination. |
(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) |
| 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 | Overridden. Retrieves the string representation of a PagerSettings 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) |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property of a PagerSettings object changes values. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.LoadViewState | Loads the previously saved view state of the PagerSettings object. |
| System.Web.UI.IStateManager.SaveViewState | Saves the current view state of the PagerSettings object. |
| System.Web.UI.IStateManager.TrackViewState | Marks the starting point at which to begin tracking and saving view state changes to the PagerSettings object. |
| System.Web.UI.IStateManager.IsTrackingViewState | For a description of this member, see IsTrackingViewState. |
Reference
PagerSettings ClassSystem.Web.UI.WebControls Namespace
DetailsView
DetailsView.AllowPaging Property
DetailsView.PagerSettings Property
FormView
FormView.AllowPaging Property
FormView.PagerSettings Property
GridView
GridView.AllowPaging Property
GridView.PagerSettings Property
Mode
FirstPageText
FirstPageImageUrl
PreviousPageText
PreviousPageImageUrl
NextPageText
LastPageText
LastPageImageUrl
PageButtonCount
Position
Visible
Community Additions
ADD
Show: