Back to Devexpress

RichEditControlOptionsBase.Search Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-fa2776b0.md

latest1.8 KB
Original Source

RichEditControlOptionsBase.Search Property

Provides access to the options used for searching within a document.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public DocumentSearchOptions Search { get; }
vb
Public ReadOnly Property Search As DocumentSearchOptions

Property Value

TypeDescription
DocumentSearchOptions

A DocumentSearchOptions object containing options used for searching.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Search
IRichEditDocumentServer

.Options .Search

| | RichEditDocumentServer |

.Options .Search

|

See Also

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace