RichEditControlOptionsBase.Search Property
In This Article
Provides access to the options used for searching within a document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DocumentSearchOptions Search { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Search |
---|---|
IRich |
|
Rich |
|
See Also