Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentSearchOptions Class

Contains settings which specify parameters affecting search in a document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class DocumentSearchOptions :
    RichEditNotificationOptions

Remarks

An instance of the DocumentSearchOptions class is accessible via the RichEditControlOptionsBase.Search property of a RichEditControl.Options or RichEditDocumentServer.Options.

See Also