SearchSettings.SearchEnabled Property
Allows you to hide the search actions.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to SearchEnabled |
---|---|---|
Cross-Platform Class Library | ReportPreviewSettings |
|
WebDocumentViewerSettingsBase |
|
|
.NET Reporting Tools | DxReportDesignerReportPreviewSettings |
|
Remarks
This property’s default value is true
:
To hide search actions, set the SearchEnabled
property to false
:
See Also