LogicalOperator
Enum
Defines the logical operator used by the MultiBooleanConverter to be applied to all bool values.
Definition
Fields
The logical AND operation is applied for all conditions.
C#
And = 0
The logical OR operation is applied for all conditions.
C#
Or = 1