This documentation is archived and is not being maintained.
PagerSettings Properties
Visual Studio 2008
The PagerSettings type exposes the following members.
| 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 | |
|---|---|---|
|
IStateManager::IsTrackingViewState | Gets a value that indicates whether the server control is tracking its view state changes. |
Show: