PagerSettings Properties
.NET Framework 3.0
| 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. |
| Name | Description | |
|---|---|---|
| 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: