Back to Devexpress

SearchSettings Class

corelibraries-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-datacontracts-29d7f604.md

latest2.2 KB
Original Source

SearchSettings Class

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

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DataContract]
public class SearchSettings :
    SerializableSettingsBase
vb
<DataContract>
Public Class SearchSettings
    Inherits SerializableSettingsBase

The following members return SearchSettings objects:

LibraryRelated API Members
Cross-Platform Class LibraryReportPreviewSettings.SearchSettings
WebDocumentViewerSettingsBase.SearchSettings
.NET Reporting ToolsDxReportDesignerReportPreviewSettings.SearchSettings

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

SearchSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts Namespace