The properties of System.Web.UI.WebControls.PagerSettings are listed below. For a list of all members, see the PagerSettings Members list.
See Also: Inherited members from System.Object
| FirstPageImageUrl | string.
Gets or sets the URL to an image to display for the first-page button. | |
| FirstPageText | string.
Gets or sets the text to display for the first-page button. | |
| LastPageImageUrl | string.
Gets or sets the URL to an image to display for the last-page button. | |
| LastPageText | string.
Gets or sets the text to display for the last-page button. | |
| Mode | PagerButtons.
Gets or sets the mode in which to display the pager controls in a control that supports pagination. | |
| NextPageImageUrl | string.
Gets or sets the URL to an image to display for the next-page button. | |
| NextPageText | string.
Gets or sets the text to display for the next-page button. | |
| PageButtonCount | int.
Gets or sets the number of page buttons to display in the pager when the PagerSettings.Mode property is set to the PagerButtons.Numeric or PagerButtons.NumericFirstLast value. | |
| Position | PagerPosition.
Gets or sets a value that specifies the location where the pager is displayed. | |
| PreviousPageImageUrl | string.
Gets or sets the URL to an image to display for the previous-page button. | |
| PreviousPageText | string.
Gets or sets the text to display for the previous page button. | |
| Visible | bool.
Gets or sets a value indicating whether the paging controls are displayed in a control that supports pagination. |