Skip to main content

PdfViewer.IsFindDialogVisible Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

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

Property Value

Type Description
Boolean

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

See Also