Class AutoCompleteFilterDescriptor
Represent a CompositeFilterDescriptor that is used for auto-complete (StartsWith).
Inheritance
System.Object
AutoCompleteFilterDescriptor
Inherited Members
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class AutoCompleteFilterDescriptor : SearchFilterDescriptor, ISuspendNotifications, ICompositeFilterDescriptor, IFilterDescriptor, INotifyPropertyChanged
Constructors
AutoCompleteFilterDescriptor(IEnumerable<SearchDataMemberDescriptor>, SearchStateManager)
Initializes a new instance of the AutoCompleteFilterDescriptor class.
Declaration
public AutoCompleteFilterDescriptor(IEnumerable<SearchDataMemberDescriptor> dataMembers, SearchStateManager searchStateManager)
Parameters
System.Collections.Generic.IEnumerable<SearchDataMemberDescriptor>
dataMembers
|
SearchStateManager
searchStateManager
|
Methods
GetFilterOperatorForType(Type)
Decides the filter operator based to the data member type.
Declaration
protected override FilterOperator GetFilterOperatorForType(Type dataType)
Parameters
System.Type
dataType
|
Returns
FilterOperator
|