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