EnumSearchMode
Enum
Represents different behaviors of item matching while search is executed.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public enum SearchMode
Fields
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.