Enum StringFilterOperator
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the string comparison operator of a filter.
public enum StringFilterOperator
- Extension Methods
Fields
Contains = 0
Satisfied if a string contains the specified value.
EndsWith = 2
Satisfied if a string ends with with the specified value.
StartsWith = 1
Satisfied if a string starts with the specified value.