Enum
TextSearchMode

Specifies how TextSearch will match items.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum TextSearchMode

Fields

Contains

Matches items, containing the search text.

Declaration

cs-api-definition
Contains = 1

Field Value

TextSearchMode

ContainsCaseSensitive

Matches items, containing the search text. Case sensitive.

Declaration

cs-api-definition
ContainsCaseSensitive = 3

Field Value

TextSearchMode

StartsWith

Matches items, which text starts with the search text.

Declaration

cs-api-definition
StartsWith = 0

Field Value

TextSearchMode

StartsWithCaseSensitive

Matches items, which text starts with the search text. Case sensitive.

Declaration

cs-api-definition
StartsWithCaseSensitive = 2

Field Value

TextSearchMode