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

In This Topic
    DataGridComboBoxTextFilter Class
    In This Topic
    Visual element that allows the user to select an operation like contains, starts with, etc. and a textbox to enter a matching value. The filter state built by this control will be of the type multi-value and the operation will be "IsOneOf".
    Object Model
    DataGridComboBoxTextFilter Class
    Syntax
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.DataGrid.DataGridTextFilter
                            C1.WPF.DataGrid.Filters.DataGridComboBoxTextFilter

    See Also