RadControls for WPF

Specifies the FilteringMode of RadComboBox.

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

Syntax

C#
public enum FilteringMode
Visual Basic
Public Enumeration FilteringMode

Members

Member nameValueDescription
None0 Filtering disabled.
Contains1 Matches items, containing the search text.
StartsWith2 Matches items, which text starts with the search text.

See Also