Version

ValueConverterGroup Class

Custom value converter where the results are based upon the value converters in the Converters collection
Syntax
'Declaration
 
Public Class ValueConverterGroup 
   Inherits Infragistics.ValueConverterBase
public class ValueConverterGroup : Infragistics.ValueConverterBase 
Remarks

This value converter will enuerate the converters in the Converters collection when its Convert and ConvertBack method are invoked. The first converter that returns a value other than DependencyProperty.UnsetValue will be returned from the method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also