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

PdfFindDialogVisibilityChangedEventArgs.Visible Property

Indicates the visibility state of the Find dialog window.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

public bool Visible { get; }

Property Value

Type Description
Boolean

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

See Also