Class FilterOperator
Operator used in FilterDescriptor
Inheritance
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public sealed class FilterOperator : Enum
Fields
Contains
Left operand must contain the right one.
Declaration
public const FilterOperator Contains
Field Value
FilterOperator
|
DoesNotContain
Left operand must not contain the right one.
Declaration
public const FilterOperator DoesNotContain
Field Value
FilterOperator
|
EndsWith
Left operand must end with the right one.
Declaration
public const FilterOperator EndsWith
Field Value
FilterOperator
|
IsContainedIn
Left operand must be contained in the right one.
Declaration
public const FilterOperator IsContainedIn
Field Value
FilterOperator
|
IsEmpty
IsEqualTo
Left operand must be equal to the right one.
Declaration
public const FilterOperator IsEqualTo
Field Value
FilterOperator
|
IsGreaterThan
Left operand must be larger than or equal to the right one.
Declaration
public const FilterOperator IsGreaterThan
Field Value
FilterOperator
|
IsGreaterThanOrEqualTo
Left operand must be larger than the right one.
Declaration
public const FilterOperator IsGreaterThanOrEqualTo
Field Value
FilterOperator
|
IsLessThan
Left operand must be smaller than the right one.
Declaration
public const FilterOperator IsLessThan
Field Value
FilterOperator
|
IsLessThanOrEqualTo
Left operand must be smaller than or equal to the right one.
Declaration
public const FilterOperator IsLessThanOrEqualTo
Field Value
FilterOperator
|
IsNotContainedIn
Left operand must not be contained in the right one.
Declaration
public const FilterOperator IsNotContainedIn
Field Value
FilterOperator
|
IsNotEmpty
IsNotEqualTo
Left operand must be different from the right one.
Declaration
public const FilterOperator IsNotEqualTo
Field Value
FilterOperator
|
IsNotNull
IsNull
StartsWith
Left operand must start with the right one.
Declaration
public const FilterOperator StartsWith
Field Value
FilterOperator
|
value__
Declaration
public int value__
Field Value
System.Int32
|