Enum
LogicalOperator

Defines the logical operator used by the MultiBooleanConverter to be applied to all bool values.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public enum LogicalOperator

Fields

And

The logical AND operation is applied for all conditions.

Declaration

cs-api-definition
And = 0

Field Value

LogicalOperator

Or

The logical OR operation is applied for all conditions.

Declaration

cs-api-definition
Or = 1

Field Value

LogicalOperator

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