MultiBindingCondition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Different types of conditions that can be used in VariableMultiValueConverter.
public enum MultiBindingCondition
- Inheritance
-
System.EnumMultiBindingCondition
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. |