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

PdfViewerControl.IsFindTextPanelVisible Property

Gets or sets whether the Search Panel panel is enabled. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

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

Declaration

[Deprecated("Use the PdfViewerControl.OverlaySettings.IsFindPanelVisible property instead.", DeprecationType.Deprecate, 1U)]
public bool IsFindTextPanelVisible { get; set; }

Property Value

Type Description
Boolean

true, to enable the Search Panel; otherwise, false.

Remarks

The Search Panel is enabled if the current document supports text search.

See Also