Skip to main content

RichEditControl.SearchPanel Property

Provides access to a Search Panel of the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public FrameworkElement SearchPanel { get; }

Property Value

Type Description
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:

SearchPanel_FindRegex

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

SearchPanel_ReplaceRegEx

See Also