ComponentOne DataGrid for WPF and Silverlight
NumericComparator Constructor

C1.WPF.DataGrid Namespace > NumericComparator Class : NumericComparator Constructor
The operation which this object represent.
The comparison symbol for this operation.
Initializes a new instance of the NumericComparator class.
Syntax
'Declaration
 
Public Function New( _
   ByVal comparison As DataGridFilterOperation, _
   ByVal comparisonSymbol As System.String _
)
public NumericComparator( 
   DataGridFilterOperation comparison,
   System.string comparisonSymbol
)

Parameters

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

Reference

NumericComparator Class
NumericComparator Members