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

TdxPDFViewerOptionsFindPanel.DisplayMode Property

Specifies the PDF Viewer‘s Find panel visibility mode.

#Declaration

Delphi
property DisplayMode: TdxPDFViewerFindPanelDisplayMode read; write; default fpdmManual;

#Property Value

Type Default
TdxPDFViewerFindPanelDisplayMode fpdmManual

#Remarks

This property value determines whether the Find panel visibility can be changed by an end-user and programmatically. If the DisplayMode property is not set to fpdmManual, the panel is always visible (except the case when the PDF Viewer has no loaded document) or hidden.

For detailed information on available Find panel visibility options, refer to the TdxPDFViewerFindPanelDisplayMode type description.

Note

The Find panel visibility state controls the visibility of all highlights within the displayed PDF document if the PDF Viewer’s Highlights.Visible property is set to bDefault.

The default DisplayMode property value is fpdmManual.

See Also