Class ComboBoxFilteringBehavior
Represents a filtering behavior for RadComboBox.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class ComboBoxFilteringBehavior : Object
Constructors
ComboBoxFilteringBehavior()
Initializes a new instance of the ComboBoxFilteringBehavior class.
Declaration
public ComboBoxFilteringBehavior()
Properties
ComboBox
Gets or sets the RadComboBox owner.
Declaration
protected RadComboBox ComboBox { get; }
Property Value
RadComboBox
|
Methods
FindFullMatchIndex(ReadOnlyCollection<Int32>)
Finds the full match index which will be highlighted.
Declaration
public virtual int FindFullMatchIndex(ReadOnlyCollection<int> matchIndexes)
Parameters
System.Collections.ObjectModel.ReadOnlyCollection<System.Int32>
matchIndexes
The indexes which are filtered. |
Returns
System.Int32
The full match index which will be highlighted. |
FindMatchingIndexes(String)
Finds matching indexes using the typed text.
Declaration
public virtual List<int> FindMatchingIndexes(string text)
Parameters
System.String
text
Text for search. |
Returns
System.Collections.Generic.List<System.Int32>
The full match index which will be highlighted. |