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

In This Topic
    DataGridNumericFilter Class
    In This Topic
    The filter for numeric values. This control should be used as InnerControl for the DataGridFilter control to create the numeric filter for the C1DataGrid. Represents the default filter control for numeric columns.
    Object Model
    DataGridNumericFilter Class
    Syntax
    'Declaration
     
    
    Public Class DataGridNumericFilter 
       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.DataGridNumericFilter

    See Also