Enum FilteringMode
Specifies the FilteringMode of RadComboBox.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum FilteringMode
Contains
Matches items, containing the search text.
None
Filtering disabled.
StartsWith
Matches items, which text starts with the search text.