RadControls for WPF

Specifies how TextSearch will match items.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public enum TextSearchMode
Visual Basic
Public Enumeration TextSearchMode

Members

Member nameValueDescription
StartsWith0 Matches items, which text starts with the search text.
Contains1 Matches items, containing the search text.
StartsWithCaseSensitive2 Matches items, which text starts with the search text. Case sensitive.
ContainsCaseSensitive3 Matches items, containing the search text. Case sensitive.

See Also