Enum StringFilterOperator
Specifies the string comparison operator of a filter.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum StringFilterOperator
Fields
| Name | Description |
|---|---|
| Contains | Satisfied if a string contains the specified value. |
| EndsWith | Satisfied if a string ends with with the specified value. |
| StartsWith | Satisfied if a string starts with the specified value. |