TextSearchMode
Enum
Specifies how TextSearch will match items.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum TextSearchMode
Fields
Matches items, containing the search text.
C#
Contains = 1
Matches items, containing the search text. Case sensitive.
C#
ContainsCaseSensitive = 3
Matches items, which text starts with the search text.
C#
StartsWith = 0
Matches items, which text starts with the search text. Case sensitive.
C#
StartsWithCaseSensitive = 2