New to Telerik UI for WPFStart a free 30-day trial

Represents the different search and auto-complete behaviors.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public enum SearchAutoCompleteMode

Fields

Items are not filtered, text is auto-completed. String are filtered by StartsWith operator.

C#
Append = 1

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).

C#
Search = 3

Items are filtered, text is not auto-completed. String are filtered by StartsWith operator.

C#
Suggest = 0

Items are filtered, text is auto-completed. String are filtered by StartsWith operator.

C#
SuggestAppend = 2
In this article
DefinitionFieldsAppendSearchSuggestSuggestAppend
Not finding the help you need?
Contact Support