Back to Devexpress

RichEditControl.ShowSearchForm(String) Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-showsearchform-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

RichEditControl.ShowSearchForm(String) Method

Invokes the Search Panel with the specified search string.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public void ShowSearchForm(
    string searchString
)
vb
Public Sub ShowSearchForm(
    searchString As String
)

Parameters

NameTypeDescription
searchStringString

A string to search.

|

Remarks

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace