ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxFilter Class
Members

In This Topic
    DataGridComboBoxFilter Class
    In This Topic
    Represents the default filter control for combo-box columns.
    Object Model
    DataGridComboBoxFilter Class
    Syntax
    'Declaration
     
    
    <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.")>
    <TemplatePartAttribute(Name="FilterItemsControl", Type=System.Windows.Controls.ItemsControl)>
    Public Class DataGridComboBoxFilter 
       Inherits System.Windows.Controls.Control
       Implements IDataGridFilter 
    [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.")]
    [TemplatePart(Name="FilterItemsControl", Type=System.Windows.Controls.ItemsControl)]
    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