Skip to main content

PdfFindDialogVisibilityChangedEventArgs.Visible Property

Indicates the visibility state of the Find dialog window.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool Visible { get; }

Property Value

Type Description
Boolean

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

See Also