ListSearchFilterCondition Enum
Lists values that specify the search and filter condition.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public enum ListSearchFilterCondition
Members
Name | Description |
---|---|
Default
|
The |
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. |
Related API Members
The following properties accept/return ListSearchFilterCondition values:
See Also