Skip to main content
All docs
V23.2

SearchSettings.SearchEnabled Property

Allows you to hide the search actions.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DataMember(Name = "searchEnabled")]
public bool SearchEnabled { get; set; }

Property Value

Type Description
Boolean

true to show search actions; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SearchEnabled
Cross-Platform Class Library ReportPreviewSettings
.SearchSettings .SearchEnabled
WebDocumentViewerSettingsBase
.SearchSettings .SearchEnabled
.NET Reporting Tools DxReportDesignerReportPreviewSettings
.SearchSettings .SearchEnabled

Remarks

This property’s default value is true:

Web Document Viewer - Search Action Enabled

To hide search actions, set the SearchEnabled property to false:

Web Document Viewer - Search Action Disabled

See Also