Enum ComboBoxAutoCompleteSelectionMode
Determines when the items matched via the autocomplete behavior are selected.
Namespace: Telerik.Windows.Controls.ComboBox
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum ComboBoxAutoCompleteSelectionMode
FullMatch
Items are selected only if they exactly match the typed text.
PartialMatch
Items are selected even if they only partially match the typed text.