Back to Devexpress

RichEditControl.SearchOptions Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-acc5e8c5.md

latest2.3 KB
Original Source

RichEditControl.SearchOptions Property

Provides access to an object used to specify parameters affecting a search in a document. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public DXRichEditDocumentSearchOptions SearchOptions { get; set; }
vb
Public Property SearchOptions As DXRichEditDocumentSearchOptions

Property Value

TypeDescription
DXRichEditDocumentSearchOptions

A DXRichEditDocumentSearchOptions object containing the search options.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SearchOptions property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

how-to-implement-t-sql-language-syntax-highlighting-by-creating-syntax-highlight-tokens/CS/DXRichEditSyntaxExample/MainWindow.xaml#L12

xml
<dxre:RichEditControl x:Name="richEditControl1" ActiveViewType="Draft">
    <dxre:RichEditControl.SearchOptions>
        <dxre:DXRichEditDocumentSearchOptions RegExResultMaxGuaranteedLength="500"/>

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace