Class LogicalOperator
Defines the logical operator used by a CompositeFilterDescriptor to be applied among all composed FilterDescriptorBase instances.
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
LogicalOperator
|
Or
The logical OR operation is applied for all the composed filters.
Declaration
public const LogicalOperator Or
Field Value
LogicalOperator
|
value__
Declaration
public int value__
Field Value
System.Int32
|