Class TextOperator
Defines the operator used when text filtering is required and two System.String instances are compared.
Inheritance
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
TextOperator
|
DoesNotContain
The left operand does not contain the right one.
Declaration
public const TextOperator DoesNotContain
Field Value
TextOperator
|
DoesNotEqualTo
The left and the right operands are not equal.
Declaration
public const TextOperator DoesNotEqualTo
Field Value
TextOperator
|
EndsWith
The left operand ends with the right one.
Declaration
public const TextOperator EndsWith
Field Value
TextOperator
|
EqualsTo
The left and the right operands are equal.
Declaration
public const TextOperator EqualsTo
Field Value
TextOperator
|
IsEmpty
IsNotEmpty
StartsWith
The left operand starts with the right one.
Declaration
public const TextOperator StartsWith
Field Value
TextOperator
|
value__
Declaration
public int value__
Field Value
System.Int32
|