Documentation for this section has not yet been entered.
When the PagerSettings.Mode property is set to the PagerButtons.NextPreviousFirstLast or PagerButtons.NextPrevious value, use the PagerSettings.PreviousPageImageUrl property to specify the URL to an image to display for the previous-page button.
As an alternative, you can display text for the previous-page button by setting the PagerSettings.PreviousPageText property instead of the PagerSettings.PreviousPageImageUrl property. If the PagerSettings.PreviousPageImageUrl and PagerSettings.PreviousPageText properties are both set, the image is displayed with the PagerSettings.PreviousPageText property acting as the alternate text for the image. On browsers that support ToolTips, this text is also displayed as a ToolTip for the corresponding button.
The value of this property is stored in view state.