System.Web.UI.WebControls.PagerSettings: Property Members

The properties of System.Web.UI.WebControls.PagerSettings are listed below. For a list of all members, see the PagerSettings Members list.

See Also: Inherited members from System.Object

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.