Enum
ComboBoxAutoCompleteSelectionMode

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.

Declaration

cs-api-definition
FullMatch = 0

Field Value

ComboBoxAutoCompleteSelectionMode

PartialMatch

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

Declaration

cs-api-definition
PartialMatch = 1

Field Value

ComboBoxAutoCompleteSelectionMode

In this article
DefinitionFieldsFullMatchPartialMatch
Not finding the help you need?
Contact Support