RichEditControl.CollapseSearch() Method
Collapse the Search Panel of the RichEditControl.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Remarks
Use the RichEditControl.ShowSearchForm to display the RichEditControl.SearchPanel, the RichEditControl.CollapseSearch
hides it. The RichEditControl.SearchBoxClosed event occurs when the panel is collapsed.
See Also