EnumComboBoxAutoCompleteSelectionMode
Enum
Determines when the items matched via the autocomplete behavior are selected.
Definition
Namespace:Telerik.Windows.Controls.ComboBox
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public enum ComboBoxAutoCompleteSelectionMode
Fields
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.