ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / NumericComparator Class / NumericComparator Constructor
The operation which this object represent.
The comparison symbol for this operation.

In This Topic
    NumericComparator Constructor
    In This Topic
    Initializes a new instance of the NumericComparator class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal comparison As DataGridFilterOperation, _
       ByVal comparisonSymbol As String _
    )

    Parameters

    comparison
    The operation which this object represent.
    comparisonSymbol
    The comparison symbol for this operation.
    See Also