Class SearchMode
Represents different behaviors of item matching while search is executed.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class SearchMode : Enum
Fields
MatchAllTerms
Items match the search operation only when they fulfill all of the search terms.
Declaration
public const SearchMode MatchAllTerms
Field Value
SearchMode
|
MatchAnyTerm
Items match the search operation when they fulfill any of the search terms.
Declaration
public const SearchMode MatchAnyTerm
Field Value
SearchMode
|
MatchExact
Items match the search operation only when they exactly match the search text.
Declaration
public const SearchMode MatchExact
Field Value
SearchMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|