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