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

In This Topic
    DataGridTextFilter Class
    In This Topic
    The filter for text values. This control should be used as InnerControl for the DataGridFilter control to create the text filter for the C1DataGrid. Represents the default filter control for text columns.
    Object Model
    DataGridTextFilter Class
    Syntax
    'Declaration
     
    
    Public Class DataGridTextFilter 
       Inherits System.Windows.Controls.Control
       Implements IDataGridFilter, IDataGridFilterUnity 
    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