PagerStyle.GetPreviousPageText(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a formatted string for the UI element used to navigate to the previous page. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
System::String ^ GetPreviousPageText(int currentPageIndex);
public string GetPreviousPageText (int currentPageIndex);
member this.GetPreviousPageText : int -> string
Public Function GetPreviousPageText (currentPageIndex As Integer) As String
Parameters
- currentPageIndex
- Int32
The index of the current page.
Returns
A formatted string for the UI element used to navigate to the previous page.
Remarks
Uses the PreviousPageText property and the one-based current page index passed in to format the string. Used by form adapters.