Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFCustomViewer.GoToNextView Method

In This Article

Navigates to the next state recorded in the history of view states.

#Declaration

Delphi
procedure GoToNextView;

#Remarks

If the CanGoToNextView function returns False, calling the GoToNextView procedure has no effect.

An end-user can navigate to the next document view by clicking the Next View item in the PDF Viewer’s context menu or by pressing the Alt+Right Arrow key combination.

Context Menu

You can also provide an additional end-user option for navigating to the next view by linking the GoToNextView command to an element of your UI.

Note

To clear the history of view states, call the ClearViewStateHistory procedure.

See Also