Back to Devexpress

WebDocumentViewerSearchSettings.SearchEnabled Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-webdocumentviewersearchsettings.md

latest2.5 KB
Original Source

WebDocumentViewerSearchSettings.SearchEnabled Property

Allows you to hide search actions.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer

Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue(true)]
public bool SearchEnabled { get; set; }
vb
<DefaultValue(True)>
Public Property SearchEnabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show search actions; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to SearchEnabled
ASP.NET MVC ExtensionsWebDocumentViewerSettings

.SettingsSearch .SearchEnabled

| | .NET Reporting Tools | ASPxWebDocumentViewer |

.SettingsSearch .SearchEnabled

| | ReportPreviewSettings |

.SettingsSearch .SearchEnabled

|

Remarks

The property’s default value is true:

Set the SearchEnabled property to false to hide search actions:

See Also

WebDocumentViewerSearchSettings Class

WebDocumentViewerSearchSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer Namespace