Version

AutoSuggestFilterMode Property

Gets/sets a value which determines the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.
Syntax
'Declaration
 
Public Property AutoSuggestFilterMode As Infragistics.Win.AutoSuggestFilterMode
public Infragistics.Win.AutoSuggestFilterMode AutoSuggestFilterMode {get; set;}
Remarks

When the AutoSuggestFilterMode property is set to 'Contains', the AutoCompleteMode setting of 'SuggestAppend' resolves to 'Suggest', i.e., automatic completion of the text typed in the edit portion is disabled, and the text selection is not modified.

The dropdown can be configured to automatically format the text displayed by the items that appear when an auto-suggest session is in progress by setting the associated ValueList'sFormatFilteredItems property. When automatic formatting is enabled, the string that was typed by the user is bolded for each item in the dropdown list. This functionality is enabled by default when the AutoSuggestFilterMode is explicitly set to 'Contains', and disabled by default when set to 'StartsWith'.

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

Reference

UltraComboEditor Class
UltraComboEditor Members
AutoCompleteMode
AutoSuggestFilterMode enumeration
FormatFilteredItems property (ValueList class)