Version

ItemMatchingMode Property

Returns or sets a value indicating the method used to evaluate ValueListItems during searches.
Syntax
'Declaration
 
Public Property ItemMatchingMode As ValueListItemMatchingMode
public ValueListItemMatchingMode ItemMatchingMode {get; set;}
Remarks

By default, the value of an item's DataValue property is converted to a string when attempting to find a matching item during searches. 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 data value 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