Name |
Description |
BoolToVisibilityConverter |
Value converter that converts a boolean value to and from Visibility enumeration values. |
InvertBooleanConverter |
Value converter that inverts a boolean value. |
NoOperationConverter |
Special value converter that just returns the value. Use this converter with x:Bind Mode=TwoWay when binding to a dependency property of type object (e.g. SelectedItem). |
StringFormatConverter |
|
ValidationErrorsConverter |
Multi value converter that converts a ValidationError collection to a multi-line string error message. Use the binding for the second value to update the target when the ValidationError collection changes. Set the path of the second binding on the Count property: Binding Path="(Validation.Errors).Count". |