Class LogicalOperator
Defines the logical operator used by a Composite
Inheritance
System.Object
LogicalOperator
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class LogicalOperator : Enum
Fields
And
The logical AND operation is applied for all the composed filters.
Declaration
public const LogicalOperator And
Field Value
Or
The logical OR operation is applied for all the composed filters.
Declaration
public const LogicalOperator Or
Field Value
value__
Declaration
public int value__
Field Value
System.
|