Class TextSearchMode
Specifies how TextSearch will match items.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class TextSearchMode : Enum
Fields
Contains
Matches items, containing the search text.
Declaration
public const TextSearchMode Contains
Field Value
TextSearchMode
|
ContainsCaseSensitive
Matches items, containing the search text. Case sensitive.
Declaration
public const TextSearchMode ContainsCaseSensitive
Field Value
TextSearchMode
|
StartsWith
Matches items, which text starts with the search text.
Declaration
public const TextSearchMode StartsWith
Field Value
TextSearchMode
|
StartsWithCaseSensitive
Matches items, which text starts with the search text. Case sensitive.
Declaration
public const TextSearchMode StartsWithCaseSensitive
Field Value
TextSearchMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|