This documentation is archived and is not being maintained.
NumericPagerField Properties
Visual Studio 2008
The NumericPagerField type exposes the following members.
| Name | Description | |
|---|---|---|
|
ButtonCount | Gets or sets the number of buttons to display in a NumericPagerField object. |
|
ButtonType | Gets or sets the button type to display in the pager field. |
|
CurrentPageLabelCssClass | Gets or sets the cascading style sheet (CSS) class that is used to style the current page number. |
|
DataPager | Gets a reference to the data pager that the DataPagerField object is associated with. (Inherited from DataPagerField.) |
|
IsTrackingViewState | Gets a value that indicates whether the DataPagerField object is tracking its view-state changes. (Inherited from DataPagerField.) |
|
NextPageImageUrl | Gets or sets the URL of an image that is displayed for the next-page button in the NumericPagerField object. |
|
NextPageText | Gets or sets the text that is displayed for the next-page button. |
|
NextPreviousButtonCssClass | Gets or sets the cascading style sheet (CSS) class that is used to style the next-page and previous-page buttons of the pager field. |
|
NumericButtonCssClass | Gets or sets the cascading style sheet (CSS) class that is used to style the page-number buttons of the pager field. |
|
PreviousPageImageUrl | Gets or sets the URL of an image that is displayed for the previous-page button in the NumericPagerField 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.) |
|
RenderNonBreakingSpacesBetweenControls | Gets or sets a value that indicates whether non-breaking spaces will be rendered between controls. |
|
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: