Enum
SearchMode

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.

Declaration

cs-api-definition
MatchAllTerms = 1

Field Value

SearchMode

MatchAnyTerm

Items match the search operation when they fulfill any of the search terms.

Declaration

cs-api-definition
MatchAnyTerm = 0

Field Value

SearchMode

MatchExact

Items match the search operation only when they exactly match the search text.

Declaration

cs-api-definition
MatchExact = 2

Field Value

SearchMode

In this article
DefinitionFieldsMatchAllTermsMatchAnyTermMatchExact
Not finding the help you need?
Contact Support