MultiBinding is a collection of Binding objects attached to a single binding target property.
MultiBinding is a collection of Binding objects attached to a single binding target property. How the data is combined is determined by the Convert() function of an implementation of IMultiValueConverter, which must be specified in the MultiBinding.
MultiBinding cannot be used with PriorityBinding.
For more information, see the MSDN documentation for the MultiBinding class