ClassComboBoxFilteringBehavior
Class
Represents a filtering behavior for RadComboBox.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class ComboBoxFilteringBehavior
Inheritance: objectComboBoxFilteringBehavior
Constructors
ComboBoxFilteringBehavior()
Initializes a new instance of the ComboBoxFilteringBehavior class.
Declaration
cs-api-definition
public ComboBoxFilteringBehavior()
Properties
ComboBox
Gets or sets the RadComboBox owner.
Methods
FindFullMatchIndex(ReadOnlyCollection<int>)
Finds the full match index which will be highlighted.
Declaration
cs-api-definition
public virtual int FindFullMatchIndex(ReadOnlyCollection<int> matchIndexes)
Parameters
matchIndexes
The indexes which are filtered.
Returns
The full match index which will be highlighted.
FindMatchingIndexes(string)
Finds matching indexes using the typed text.