Class FilterOperator
Operator used in Filter
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
DoesNotContain
Left operand must not contain the right one.
Declaration
public const FilterOperator DoesNotContain
Field Value
EndsWith
Left operand must end with the right one.
Declaration
public const FilterOperator EndsWith
Field Value
IsContainedIn
Left operand must be contained in the right one.
Declaration
public const FilterOperator IsContainedIn
Field Value
IsEmpty
IsEqualTo
Left operand must be equal to the right one.
Declaration
public const FilterOperator IsEqualTo
Field Value
IsGreaterThan
Left operand must be larger than or equal to the right one.
Declaration
public const FilterOperator IsGreaterThan
Field Value
IsGreaterThanOrEqualTo
Left operand must be larger than the right one.
Declaration
public const FilterOperator IsGreaterThanOrEqualTo
Field Value
IsLessThan
Left operand must be smaller than the right one.
Declaration
public const FilterOperator IsLessThan
Field Value
IsLessThanOrEqualTo
Left operand must be smaller than or equal to the right one.
Declaration
public const FilterOperator IsLessThanOrEqualTo
Field Value
IsNotContainedIn
Left operand must not be contained in the right one.
Declaration
public const FilterOperator IsNotContainedIn
Field Value
IsNotEmpty
IsNotEqualTo
Left operand must be different from the right one.
Declaration
public const FilterOperator IsNotEqualTo
Field Value
IsNotNull
IsNull
StartsWith
Left operand must start with the right one.
Declaration
public const FilterOperator StartsWith
Field Value
value__
Declaration
public int value__
Field Value
System.
|