WebDocumentViewerSearchSettings.SearchEnabled Property
In This Article
Allows you to hide search actions.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Search |
---|---|---|
.NET Reporting Tools | ASPx |
|
Report |
|
|
ASP. |
Web |
|
#Remarks
The property’s default value is true
:
Set the SearchEnabled
property to false
to hide search actions:
See Also