Skip to main content
A newer version of this page is available. .

PdfViewer.IsFindDialogVisible Property

Indicates the visibility state of the Find dialog in a PDF Viewer.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

[Browsable(false)]
public bool IsFindDialogVisible { get; }

Property Value

Type Description
Boolean

true if the Find dialog is currently visible; otherwise false.

See Also