'Declaration Public Property AutoSuggestFilterMode As Infragistics.Win.AutoSuggestFilterMode
public Infragistics.Win.AutoSuggestFilterMode AutoSuggestFilterMode {get; set;}
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'.
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
UltraComboEditor Class
UltraComboEditor Members
AutoCompleteMode
AutoSuggestFilterMode enumeration
FormatFilteredItems property (ValueList class)