SearchControl.SetFilter(String) Method
Sets the filter criteria.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| filter | String | A string value that is the filter criteria. |
Remarks
Use the SetFilter method to specify the filter criteria in code. To clear the criteria, use the SearchControl.ClearFilter method.
See Also