Back to Devexpress

TdxPDFViewerOptionsFindPanel.DisplayMode Property

vcl-dxpdfviewer-dot-tdxpdfvieweroptionsfindpanel-37fbf7af.md

latest1.5 KB
Original Source

TdxPDFViewerOptionsFindPanel.DisplayMode Property

Specifies the PDF Viewer‘s Find panel visibility mode.

Declaration

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

Property Value

TypeDefault
TdxPDFViewerFindPanelDisplayModefpdmManual

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

TdxPDFViewerOptionsFindPanel Class

TdxPDFViewerOptionsFindPanel Members

dxPDFViewer Unit