This documentation is archived and is not being maintained.
NextPreviousPagerField Members
Visual Studio 2008
Represents a field that displays navigation controls in a DataPager control enable users to page through data.
The NextPreviousPagerField type exposes the following members.
| Name | Description | |
|---|---|---|
|
NextPreviousPagerField | Initializes a new instance of the NextPreviousPagerField class. |
| Name | Description | |
|---|---|---|
|
CloneField | Infrastructure. Creates a copy of the current object that is derived from DataPagerField. (Inherited from DataPagerField.) |
|
CopyProperties | Copies the properties of the current NextPreviousPagerField object to the specified DataPagerField object. (Overrides DataPagerField::CopyProperties(DataPagerField).) |
|
CreateDataPagers | Creates the user interface (UI) controls for the pager field object and adds them to the specified container. (Overrides DataPagerField::CreateDataPagers(DataPagerFieldItem, Int32, Int32, Int32, Int32).) |
|
CreateField | Creates and returns a new instance of the NextPreviousPagerField class. (Overrides DataPagerField::CreateField().) |
|
Equals | Determines whether the specified object is equal to the current NextPreviousPagerField object. (Overrides Object::Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for the NextPreviousPagerField class. (Overrides Object::GetHashCode().) |
|
GetQueryStringNavigateUrl | Creates a URL that contains a query string field that has the specified page number. (Inherited from DataPagerField.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
HandleEvent | Handles events that occur in the NextPreviousPagerField control and performs the appropriate action. (Overrides DataPagerField::HandleEvent(CommandEventArgs).) |
|
LoadViewState | Restores view-state information that was saved previously. (Inherited from DataPagerField.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnFieldChanged | Raises the FieldChanged event. (Inherited from DataPagerField.) |
|
SaveViewState | Saves the changes that were made to the DataPagerField object's view state. (Inherited from DataPagerField.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TrackViewState | Causes the DataPagerField object to track changes to its view state so that they can be stored in the control's ViewState property and persisted across requests for the same page. (Inherited from DataPagerField.) |
| 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.) |
|
IStateManager::LoadViewState | Infrastructure. Restores view-state information that was saved previously. (Inherited from DataPagerField.) |
|
IStateManager::SaveViewState | Infrastructure. Saves the changes that were made to the DataPagerField object's view state. (Inherited from DataPagerField.) |
|
IStateManager::TrackViewState | Infrastructure. Causes the DataPagerField object to track changes to its view state so that they can be stored in the control's ViewState property and persisted across requests for the same page. (Inherited from DataPagerField.) |
Show: