Back to Devexpress

ListSearchFilterCondition Enum

blazor-devexpress-dot-blazor-282479e2.md

latest1.8 KB
Original Source

ListSearchFilterCondition Enum

Lists values that specify the search and filter condition.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum ListSearchFilterCondition

Members

NameDescription
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

DevExpress.Blazor Namespace