LogicalOperator
Enum
Defines the logical operator used by a CompositeFilterDescriptor to be applied among all composed FilterDescriptorBase instances.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum LogicalOperator
Fields
The logical AND operation is applied for all the composed filters.
C#
And = 0
The logical OR operation is applied for all the composed filters.
C#
Or = 1