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

PdfViewerControl.ActualIsFindTextPanelVisible Property

Returns whether the Search Panel is currently displayed. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v19.2.dll

Declaration

[Deprecated("Use the protected PdfViewerControl.OverlayPanel.ActualOverlay property instead.", DeprecationType.Deprecate, 1U)]
public bool ActualIsFindTextPanelVisible { get; protected set; }

Property Value

Type Description
Boolean

true if the search panel is currently displayed; otherwise, false.

Remarks

The PdfViewerControl.IsFindTextPanelVisible property specifies whether the search panel is available to end-users. If it is set to true, end-users can invoke the panel by selecting the corresponding menu item or pressing the CTRL+F key combination.

See Also