Skip to main content
All docs
V25.1
  • WebDocumentViewerSearchSettings Class

    Contains settings that apply to the Web Document Viewer’s search operations.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

    NuGet Package: DevExpress.Web.Reporting

    Declaration

    public class WebDocumentViewerSearchSettings :
        PropertiesBase,
        IPropertiesOwner

    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