This documentation is archived and is not being maintained.
NextPreviousPagerField Properties
Visual Studio 2010
The NextPreviousPagerField type exposes the following members.
| Name | Description | |
|---|---|---|
|
ButtonCssClass | Gets or sets the cascading style sheet (CSS) class that is used to render the buttons of the pager field on the browser. |
|
ButtonType | Gets or sets the button type to display in the pager field. |
|
DataPager | Gets a reference to the data pager that the DataPagerField object is associated with. (Inherited from DataPagerField.) |
|
FirstPageImageUrl | Gets or sets the URL to an image that is displayed for the first-page button. |
|
FirstPageText | Gets or sets the text that is displayed for the first-page button. |
|
IsTrackingViewState | Gets a value that indicates whether the DataPagerField object is tracking its view-state changes. (Inherited from DataPagerField.) |
|
LastPageImageUrl | Gets or sets the URL to an image that is displayed for the last-page button in the NextPreviousPagerField object. |
|
LastPageText | Gets or sets the text that is displayed for the last-page button. |
|
NextPageImageUrl | Gets or sets the URL to an image that is displayed for the next-page button in the NextPreviousPagerField object. |
|
NextPageText | Gets or sets the text that is displayed for the next-page button. |
|
PreviousPageImageUrl | Gets or sets the URL to an image that is displayed for the previous-page button in the NextPreviousPagerField object. |
|
PreviousPageText | Gets or sets the text that is displayed for the previous-page button. |
|
QueryStringHandled | Gets or sets a value that indicates whether the query string field has been evaluated. (Inherited from DataPagerField.) |
|
QueryStringValue | Gets the value of the query string field from the URL of the request. (Inherited from DataPagerField.) |
|
RenderDisabledButtonsAsLabels | Gets or sets a value that indicates whether disabled buttons are rendered as Label controls by the NextPreviousPagerField object. |
|
RenderNonBreakingSpacesBetweenControls | Gets or sets a value that indicates whether non-breaking spaces are rendered between controls. |
|
ShowFirstPageButton | Gets or sets a value that indicates whether the first-page button is displayed in a NextPreviousPagerField object. |
|
ShowLastPageButton | Gets or sets a value that indicates whether the last-page button is displayed in a NextPreviousPagerField object. |
|
ShowNextPageButton | Gets or sets a value that indicates whether the next-page button is displayed in a NextPreviousPagerField object. |
|
ShowPreviousPageButton | Gets or sets a value that indicates whether the previous-page button is displayed in a NextPreviousPagerField object. |
|
ViewState | Gets a dictionary of state information that enables you to save and restore the view state of a DataPagerField object across multiple requests for the same page. (Inherited from DataPagerField.) |
|
Visible | Gets or sets a value that indicates whether a data pager field is rendered. (Inherited from DataPagerField.) |
| Name | Description | |
|---|---|---|
|
IStateManager::IsTrackingViewState | Infrastructure. Gets a value that indicates whether the DataPagerField object is tracking its view-state changes. (Inherited from DataPagerField.) |
Show: