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

TdxPDFViewerOptionsNavigationPane.ActivePage Property

Specifies the Navigation pane’s active page.

#Declaration

Delphi
property ActivePage: TdxPDFViewerNavigationPaneActivePage read; write; default apNone;

#Property Value

Type Default
TdxPDFViewerNavigationPaneActivePage apNone

#Remarks

Use this property to expand or collapse the Navigation pane and to switch between its available pages. The ActivePage property value changes to apNone if an assigned page is empty. For instance, if the loaded PDF document has no file attachments, the Attachments page is empty. In this case, if you assign apAttachments to the ActivePage property, its value changes to apNone, and the Navigation page collapses. Refer to the TdxPDFViewerNavigationPaneActivePage type description for detailed information on all available options.

Users can click Navigation pane’s visible page tabs to switch between all available pages.

The default ActivePage property value is apNone.

See Also