The members of System.Web.UI.WebControls.PagerSettings are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.PagerSettings class. |
FirstPageImageUrl | string.
Gets or sets the URL to an image to display for the first-page button. | |
FirstPageText | string.
Gets or sets the text to display for the first-page button. | |
LastPageImageUrl | string.
Gets or sets the URL to an image to display for the last-page button. | |
LastPageText | string.
Gets or sets the text to display for the last-page button. | |
Mode | PagerButtons.
Gets or sets the mode in which to display the pager controls in a control that supports pagination. | |
NextPageImageUrl | string.
Gets or sets the URL to an image to display for the next-page button. | |
NextPageText | string.
Gets or sets the text to display for the next-page button. | |
PageButtonCount | int.
Gets or sets the number of page buttons to display in the pager when the PagerSettings.Mode property is set to the PagerButtons.Numeric or PagerButtons.NumericFirstLast value. | |
Position | PagerPosition.
Gets or sets a value that specifies the location where the pager is displayed. | |
PreviousPageImageUrl | string.
Gets or sets the URL to an image to display for the previous-page button. | |
PreviousPageText | string.
Gets or sets the text to display for the previous page button. | |
Visible | bool.
Gets or sets a value indicating whether the paging controls are displayed in a control that supports pagination. |
override | ToString()
|
PropertyChanged |
Occurs when a property of a System.Web.UI.WebControls.PagerSettings object changes values. |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value that indicates whether the server control is tracking its view state changes. |
System.Web.UI.IStateManager.LoadViewState |
Loads the previously saved view state of the System.Web.UI.WebControls.PagerSettings object. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the current view state of the System.Web.UI.WebControls.PagerSettings object. | |
System.Web.UI.IStateManager.TrackViewState |
Marks the starting point at which to begin tracking and saving view state changes to the System.Web.UI.WebControls.PagerSettings object. |