Class ComboBoxAutoCompleteSelectionMode
Determines when the items matched via the autocomplete behavior are selected.
Inheritance
System.Object
ComboBoxAutoCompleteSelectionMode
Namespace: Telerik.Windows.Controls.ComboBox
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class ComboBoxAutoCompleteSelectionMode : Enum
Fields
FullMatch
Items are selected only if they exactly match the typed text.
Declaration
public const ComboBoxAutoCompleteSelectionMode FullMatch
Field Value
ComboBoxAutoCompleteSelectionMode
|
PartialMatch
Items are selected even if they only partially match the typed text.
Declaration
public const ComboBoxAutoCompleteSelectionMode PartialMatch
Field Value
ComboBoxAutoCompleteSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|