Back to Devexpress

RichEditControl.SearchPanel Property

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

latest2.0 KB
Original Source

RichEditControl.SearchPanel Property

Provides access to a Search Panel of the RichEditControl.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public FrameworkElement SearchPanel { get; }
vb
Public ReadOnly Property SearchPanel As FrameworkElement

Property Value

TypeDescription
FrameworkElement

A FrameworkElement descendant that represents a panel with the search functionality (RichEditSearchPanel).

|

Remarks

The Search panel can be expanded in one of two available modes.

The Find mode is invoked by using the FindCommand or the RichEditControl.ShowSearchForm method. The panel looks as shown below:

The Replace mode is invoked by using the ReplaceCommand or the RichEditControl.ShowReplaceForm method. The panel looks as shown below:

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace