Skip to main content

SearchControl.ClearFilter() Method

Clears the filter criteria.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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