Enum TextSearchMode
Specifies how TextSearch will match items.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum TextSearchMode
Contains
Matches items, containing the search text.
ContainsCaseSensitive
Matches items, containing the search text. Case sensitive.
StartsWith
Matches items, which text starts with the search text.
StartsWithCaseSensitive
Matches items, which text starts with the search text. Case sensitive.