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