EnumTextOperator
Enum
Defines the operator used when text filtering is required and two string instances are compared.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum TextOperator
Fields
Contains
The left operand contains the right one.
DoesNotContain
The left operand does not contain the right one.
DoesNotEqualTo
The left and the right operands are not equal.
EndsWith
The left operand ends with the right one.
EqualsTo
The left and the right operands are equal.
IsNotEmpty
The text is not empty.
StartsWith
The left operand starts with the right one.