Enum
LogicalOperator

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:

cs-api-definition
public enum LogicalOperator

Fields

And

The logical AND operation is applied for all the composed filters.

Declaration

cs-api-definition
And = 0

Field Value

LogicalOperator

Or

The logical OR operation is applied for all the composed filters.

Declaration

cs-api-definition
Or = 1

Field Value

LogicalOperator

In this article
DefinitionFieldsAndOr
Not finding the help you need?
Contact Support