ComponentOne DataGrid for WPF and Silverlight
DataGridComboBoxFilter Class
Members 

C1.Silverlight.DataGrid Namespace : DataGridComboBoxFilter Class
Represents the default filter control for combo-box columns.
Object Model
DataGridComboBoxFilter Class
Syntax
'Declaration
 
<System.ObsoleteAttribute("Use DataGridMultiValueFilter instead. The 'Values' collection must be set in the ItemsSource of the multi-value filter and the properties DisplayMemberPath and ValueMemberPath can be used to set what is displayed in the list and where the value to filter by will be taken from.")>
<System.Windows.TemplatePartAttribute(Name="FilterItemsControl", Type=System.Windows.Controls.ItemsControl)>
<System.Windows.TemplatePartAttribute(Name="FilterAllCheckBox", Type=System.Windows.Controls.CheckBox)>
Public Class DataGridComboBoxFilter 
   Inherits System.Windows.Controls.Control
   Implements IDataGridFilter 
[System.Obsolete("Use DataGridMultiValueFilter instead. The 'Values' collection must be set in the ItemsSource of the multi-value filter and the properties DisplayMemberPath and ValueMemberPath can be used to set what is displayed in the list and where the value to filter by will be taken from.")]
[System.Windows.TemplatePart(Name="FilterItemsControl", Type=System.Windows.Controls.ItemsControl)]
[System.Windows.TemplatePart(Name="FilterAllCheckBox", Type=System.Windows.Controls.CheckBox)]
public class DataGridComboBoxFilter : System.Windows.Controls.Control, IDataGridFilter  
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               C1.Silverlight.DataGrid.DataGridComboBoxFilter

See Also

Reference

DataGridComboBoxFilter Members
C1.Silverlight.DataGrid Namespace