Version

ItemMatchingMode Property

Returns or sets a value indicating the method used to match up rows with text during searches.
Syntax
'Declaration
 
Public Property ItemMatchingMode As Infragistics.Win.ValueListItemMatchingMode
public Infragistics.Win.ValueListItemMatchingMode ItemMatchingMode {get; set;}
Remarks

By default, if no matching text is found in the DisplayMember column, the text will be compared to the ValueMember column using a string comparison. This can cause ambiguity when the string representation of that value matches the display text of another item. The ItemMatchingMode property can be used to prevent the ValueMember field from being converted during these searches.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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