Class TextOperator
Defines the operator used when text filtering is required and two System.
Inheritance
System.Object
TextOperator
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class TextOperator : Enum
Fields
Contains
The left operand contains the right one.
Declaration
public const TextOperator Contains
Field Value
DoesNotContain
The left operand does not contain the right one.
Declaration
public const TextOperator DoesNotContain
Field Value
DoesNotEqualTo
The left and the right operands are not equal.
Declaration
public const TextOperator DoesNotEqualTo
Field Value
EndsWith
The left operand ends with the right one.
Declaration
public const TextOperator EndsWith
Field Value
EqualsTo
The left and the right operands are equal.
Declaration
public const TextOperator EqualsTo
Field Value
IsEmpty
IsNotEmpty
StartsWith
The left operand starts with the right one.
Declaration
public const TextOperator StartsWith
Field Value
value__
Declaration
public int value__
Field Value
System.
|