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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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