Class StringFilterOperator
Operator used for filtering.
Inheritance
System.Object
StringFilterOperator
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class StringFilterOperator : Enum
Fields
Contains
Left operand must contain the right one.
Declaration
public const StringFilterOperator Contains
Field Value
StringFilterOperator
|
DoesNotContain
Left operand must not contain the right one.
Declaration
public const StringFilterOperator DoesNotContain
Field Value
StringFilterOperator
|
EndsWith
Left operand must end with the right one.
Declaration
public const StringFilterOperator EndsWith
Field Value
StringFilterOperator
|
IsContainedIn
Left operand must be contained in the right one.
Declaration
public const StringFilterOperator IsContainedIn
Field Value
StringFilterOperator
|
StartsWith
Left operand must start with the right one.
Declaration
public const StringFilterOperator StartsWith
Field Value
StringFilterOperator
|
value__
Declaration
public int value__
Field Value
System.Int32
|