Skip to main content
All docs
V23.2

DxDocumentViewerSearchSettings.SearchEnabled Property

Allows you to hide search actions.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.Common.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

Declaration

[Parameter]
public bool SearchEnabled { get; set; }

Property Value

Type Description
Boolean

true to show search actions; otherwise, false

Remarks

The property’s default value is true:

Web Document Viewer - Enable Search Action

Set the SearchEnabled property to false to hide search actions:

Web Document Viewer - Disable Search Action

See Also