Skip to main content
A newer version of this page is available. .

RichEditControl.CollapseSearch() Method

Collapse the Search Panel of the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

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

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