WebDocumentViewerSearchSettings Class
Contains settings that apply to the Web Document Viewer’s search operations.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
The WebDocumentViewerSearchSettings
class has properties that allow you to disable the search action or disable asynchronous search for the Web Document Viewer.
The following code snippet shows how to hide search actions in ASP.NET Web Forms applications:
<dx:ASPxWebDocumentViewer ID="ASPxWebDocumentViewer1" runat="server">
<SettingsSearch SearchEnabled="false" />
</dx:ASPxWebDocumentViewer>
Inheritance
Object
StateManager
PropertiesBase
WebDocumentViewerSearchSettings
See Also