EnumSearchAutoCompleteMode
Enum
Represents the different search and auto-complete behaviors.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public enum SearchAutoCompleteMode
Fields
Append
Items are not filtered, text is auto-completed. String are filtered by StartsWith operator.
Search
Items are filtered, text is not auto-completed. String are filtered by Contains operator. Complex clauses search are supported (Like RadGridView search as you type).
Suggest
Items are filtered, text is not auto-completed. String are filtered by StartsWith operator.
SuggestAppend
Items are filtered, text is auto-completed. String are filtered by StartsWith operator.