blazor-devexpress-dot-blazor-282479e2.md
Lists values that specify the search and filter condition.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public enum ListSearchFilterCondition
| Name | Description |
|---|---|
Default |
The Contains condition is used. Filters the component for items that contain the search string. Search string matches are highlighted.
|
| StartsWith |
Filters the component for items that begin with the search string.
|
| Contains |
Filters the component for items that contain the search string. Search string matches are highlighted.
|
| Equals |
Searches for items whose value matches the search string.
|
The following properties accept/return ListSearchFilterCondition values:
See Also