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

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

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    [DataContract]
    public class SearchSettings :
        SerializableSettingsBase

    Remarks

    The SearchSettings class contains properties that allow you to hide search actions or disable asynchronous search for the Web Document Viewer.

    Inheritance

    Object
    DevExpress.Utils.SerializableSettingsBase
    SearchSettings
    See Also