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

Determines when the items matched via the autocomplete behavior are selected.

Definition

Namespace:Telerik.Windows.Controls.ComboBox

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public enum ComboBoxAutoCompleteSelectionMode

Fields

Items are selected only if they exactly match the typed text.

C#
FullMatch = 0

Items are selected even if they only partially match the typed text.

C#
PartialMatch = 1
In this article
DefinitionFieldsFullMatchPartialMatch
Not finding the help you need?
Contact Support