Class
ComboBoxFilteringBehavior

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.

Declaration

cs-api-definition
protected RadComboBox ComboBox { get; }

Property Value

RadComboBox

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

ReadOnlyCollection<int>

The indexes which are filtered.

Returns

int

The full match index which will be highlighted.

FindMatchingIndexes(string)

Finds matching indexes using the typed text.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
public virtual List<int> FindMatchingIndexes(string text)

Parameters

text

string

Text for search.

Returns

List<int>

The full match index which will be highlighted.