Class FilteringMode
Specifies the FilteringMode of RadComboBox.
Inheritance
System.Object
FilteringMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class FilteringMode : Enum
Fields
Contains
Matches items, containing the search text.
Declaration
public const FilteringMode Contains
Field Value
None
StartsWith
Matches items, which text starts with the search text.
Declaration
public const FilteringMode StartsWith
Field Value
value__
Declaration
public int value__
Field Value
System.
|