GetPreviousPageText Method

Retrieves a formatted string for the UI element used to navigate to the previous page.

public string GetPreviousPageText(
   int currentPageIndex
)

Parameters

  • currentPageIndex
    The index of the current page.

Remarks

Uses the PreviousPageText property and the one-based current page index passed in to format the string. Used by form adapters.

See Also

Applies to: PagerStyle Class