EnumTextSearchMode
Enum
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.
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.