Version

AutoSuggestFilterMode Property (UltraCombo)

Gets/sets a value which determines the 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.

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

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