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

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

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

    Assembly: DevExpress.Data.v26.1.dll

    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