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

SearchControl.ClearFilter() Method

Clears the filter criteria.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void ClearFilter()

Remarks

The ClearFilter method allows you to clear the text typed in the SearchControl‘s search box. At run time, an end-user can clear the filter criteria by clicking the Clear Button (see RepositoryItemSearchControl.ShowClearButton).

To specify the filter criteria in code, use the SearchControl.SetFilter method.

See Also