Interface IFilteringBehavior
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public interface IFilteringBehavior
Methods
FindMatchingItems(String, IList, IEnumerable<Object>, String, TextSearchMode)
Find matching items using given criteria.
Declaration
IEnumerable<object> FindMatchingItems(string searchText, IList items, IEnumerable<object> escapedItems, string textSearchPath, TextSearchMode textSearchMode)
Parameters
System. Text for search. |
System. The items for search. |
System. Items which will be escaped when searching. |
System. The path for applying search. |
Text The text search mode. |
Returns
System.
|