Skip to main content

RichEditControl.CollapseSearch() Method

Collapse the Search Panel of the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public void CollapseSearch()

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