Skip to main content
All docs
V23.2

SearchSettings Class

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.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