Skip to main content

RichEditControlOptionsBase.Search Property

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

Namespace: DevExpress.XtraRichEdit

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

#Declaration

public DocumentSearchOptions Search { get; }

#Property Value

Type Description
DocumentSearchOptions

A DocumentSearchOptions object containing options used for searching.

#Property Paths

You can access the RichEditControlOptionsBase.Search property from the following objects:

Object Type Path to Search
RichEditControl
.Options.Search
See Also