RichEditControl.SearchPanel Property
Provides access to a Search Panel of the RichEditControl.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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:
The Replace mode is invoked by using the ReplaceCommand or the RichEditControl.ShowReplaceForm method. The panel looks as shown below:
See Also