Share via


MultiBindingCondition Enum

Definition

Different types of conditions that can be used in VariableMultiValueConverter.

public enum MultiBindingCondition
Inheritance
System.Enum
MultiBindingCondition

Fields

Name Value Description
None 0

None of the values should be true.

All 1

All of the values should be true.

Any 2

Any of the values should be true.

Exact 3

The exact number as configured in Count should be true.

GreaterThan 4

At least the number as configured in Count should be true.

LessThan 5

At most the number as configured in Count should be true.

Applies to