EnumStringFilterOperator
Enum
Operator used for filtering.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum StringFilterOperator
Fields
Contains
Left operand must contain the right one.
DoesNotContain
Left operand must not contain the right one.
EndsWith
Left operand must end with the right one.
IsContainedIn
Left operand must be contained in the right one.
StartsWith
Left operand must start with the right one.