Version

AutoSuggestFilterMode Property (UltraGridColumn)

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.

When the ValueList property references an instance of the ValueList class, 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 ValueList's FormatFilteredItems 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'. Note that this functionality is only available when the ValueList property contains a reference to the Infragistics.Win.ValueList class, i.e., not when a different IValueList implementor is referenced.

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

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