SearchControl.ClearFilter() Method
Clears the filter criteria.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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