Skip to main content
A newer version of this page is available. .
All docs
V23.1

SearchSettings Class

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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