This documentation is archived and is not being maintained.

PagerSettings Members

Represents the properties of the paging controls in a control that supports pagination. This class cannot be inherited.

The PagerSettings type exposes the following members.

  NameDescription
Public method PagerSettings Initializes a new instance of the PagerSettings class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Retrieves the string representation of a PagerSettings object. (Overrides Object::ToString().)
Top

  NameDescription
Public property FirstPageImageUrl Gets or sets the URL to an image to display for the first-page button.
Public property FirstPageText Gets or sets the text to display for the first-page button.
Public property LastPageImageUrl Gets or sets the URL to an image to display for the last-page button.
Public property LastPageText Gets or sets the text to display for the last-page button.
Public property Mode Gets or sets the mode in which to display the pager controls in a control that supports pagination.
Public property NextPageImageUrl Gets or sets the URL to an image to display for the next-page button.
Public property NextPageText Gets or sets the text to display for the next-page button.
Public property 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.
Public property Position Gets or sets a value that specifies the location where the pager is displayed.
Public property PreviousPageImageUrl Gets or sets the URL to an image to display for the previous-page button.
Public property PreviousPageText Gets or sets the text to display for the previous page button.
Public property Visible Gets or sets a value indicating whether the paging controls are displayed in a control that supports pagination.
Top

  NameDescription
Public event PropertyChanged Occurs when a property of a PagerSettings object changes values.
Top

  NameDescription
Explicit interface implemetation Private property IStateManager::IsTrackingViewState Gets a value that indicates whether the server control is tracking its view state changes.
Explicit interface implemetation Private method IStateManager::LoadViewState Infrastructure. Loads the previously saved view state of the PagerSettings object.
Explicit interface implemetation Private method IStateManager::SaveViewState Infrastructure. Saves the current view state of the PagerSettings object.
Explicit interface implemetation Private method IStateManager::TrackViewState Infrastructure. Marks the starting point at which to begin tracking and saving view state changes to the PagerSettings object.
Top
Show: