FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ValueFilter Class / ValueFilter Constructor

In This Topic
    ValueFilter Constructor
    In This Topic
    Initializes a new instance of a ColumnFilter.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataType As Type _
    )
    public ValueFilter( 
       Type dataType
    )

    Parameters

    dataType
    See Also