Enum
StringFilterOperator

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.

Declaration

cs-api-definition
Contains = 2

Field Value

StringFilterOperator

DoesNotContain

Left operand must not contain the right one.

Declaration

cs-api-definition
DoesNotContain = 4

Field Value

StringFilterOperator

EndsWith

Left operand must end with the right one.

Declaration

cs-api-definition
EndsWith = 1

Field Value

StringFilterOperator

IsContainedIn

Left operand must be contained in the right one.

Declaration

cs-api-definition
IsContainedIn = 3

Field Value

StringFilterOperator

StartsWith

Left operand must start with the right one.

Declaration

cs-api-definition
StartsWith = 0

Field Value

StringFilterOperator