Enum SearchMode
Represents different behaviors of item matching while search is executed.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum SearchMode
MatchAllTerms
Items match the search operation only when they fulfill all of the search terms.
MatchAnyTerm
Items match the search operation when they fulfill any of the search terms.
MatchExact
Items match the search operation only when they exactly match the search text.