Enum
FilterOperator

Operator used in FilterDescriptor

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

public enum FilterOperator

Fields

Contains

Left operand must contain the right one.

Declaration

Contains = 8

Field Value

FilterOperator

DoesNotContain

Left operand must not contain the right one.

Declaration

DoesNotContain = 10

Field Value

FilterOperator

EndsWith

Left operand must end with the right one.

Declaration

EndsWith = 7

Field Value

FilterOperator

IsContainedIn

Left operand must be contained in the right one.

Declaration

IsContainedIn = 9

Field Value

FilterOperator

IsEmpty

Operand is empty.

Declaration

IsEmpty = 13

Field Value

FilterOperator

IsEqualTo

Left operand must be equal to the right one.

Declaration

IsEqualTo = 2

Field Value

FilterOperator

IsGreaterThan

Left operand must be larger than or equal to the right one.

Declaration

IsGreaterThan = 5

Field Value

FilterOperator

IsGreaterThanOrEqualTo

Left operand must be larger than the right one.

Declaration

IsGreaterThanOrEqualTo = 4

Field Value

FilterOperator

IsLessThan

Left operand must be smaller than the right one.

Declaration

IsLessThan = 0

Field Value

FilterOperator

IsLessThanOrEqualTo

Left operand must be smaller than or equal to the right one.

Declaration

IsLessThanOrEqualTo = 1

Field Value

FilterOperator

IsNotEmpty

Operand is not empty.

Declaration

IsNotEmpty = 14

Field Value

FilterOperator

IsNotEqualTo

Left operand must be different from the right one.

Declaration

IsNotEqualTo = 3

Field Value

FilterOperator

IsNotNull

Operand is not null.

Declaration

IsNotNull = 12

Field Value

FilterOperator

IsNotNullOrEmpty

Operand is not null or empty.

Declaration

IsNotNullOrEmpty = 16

Field Value

FilterOperator

IsNull

Operand is null.

Declaration

IsNull = 11

Field Value

FilterOperator

IsNullOrEmpty

Operand is null or empty.

Declaration

IsNullOrEmpty = 15

Field Value

FilterOperator

StartsWith

Left operand must start with the right one.

Declaration

StartsWith = 6

Field Value

FilterOperator

Extension Methods