Composite |
The CompositeMultiValueConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| CompositeMultiValueConverter | Initializes a new instance of the CompositeMultiValueConverter class |
| Name | Description | |
|---|---|---|
| Converters | Gets the list of converters. | |
| MultiValueConverter | Gets or sets the multi value converter. |
| Name | Description | |
|---|---|---|
| Convert | Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target. | |
| ConvertBack | Converts a binding target value to the source binding values. |
| Name | Description | |
|---|---|---|
| SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) | |
| TraceError |
Traces an error for the specified converter.
(Defined by ValueConverterExtensions) |