GetNextPageText Method

Retrieves a formatted string for the user interface (UI) element used to navigate to the next page.

public string GetNextPageText(
   int currentPageIndex
)

Parameters

  • currentPageIndex
    The index of the current page.

Remarks

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

See Also

Applies to: PagerStyle Class