System.Web.UI.WebControls.PagerSettings Members

The members of System.Web.UI.WebControls.PagerSettings are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.PagerSettings class.

Public Properties

FirstPageImageUrlstring.

Gets or sets the URL to an image to display for the first-page button.

FirstPageTextstring.

Gets or sets the text to display for the first-page button.

LastPageImageUrlstring.

Gets or sets the URL to an image to display for the last-page button.

LastPageTextstring.

Gets or sets the text to display for the last-page button.

ModePagerButtons.

Gets or sets the mode in which to display the pager controls in a control that supports pagination.

NextPageImageUrlstring.

Gets or sets the URL to an image to display for the next-page button.

NextPageTextstring.

Gets or sets the text to display for the next-page button.

PageButtonCountint.

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.

PositionPagerPosition.

Gets or sets a value that specifies the location where the pager is displayed.

PreviousPageImageUrlstring.

Gets or sets the URL to an image to display for the previous-page button.

PreviousPageTextstring.

Gets or sets the text to display for the previous page button.

Visiblebool.

Gets or sets a value indicating whether the paging controls are displayed in a control that supports pagination.

Public Methods

override
ToString() : string

Retrieves the string representation of a System.Web.UI.WebControls.PagerSettings object.

Public Events

PropertyChanged

Occurs when a property of a System.Web.UI.WebControls.PagerSettings object changes values.

Explicitly Implemented Interface Members

[read-only]
System.Web.UI.IStateManager.IsTrackingViewStatebool.

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.