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
Or
The logical OR operation is applied for all conditions.
Declaration
public const LogicalOperator Or
Field Value
value__
Declaration
public int value__
Field Value
System.
|