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

In This Topic
    SecondComparator Property
    In This Topic
    Gets or sets the comparator of the second line.
    Syntax
    'Declaration
     
    
    Public Property SecondComparator As DataGridFilterOperation
    public DataGridFilterOperation SecondComparator {get; set;}
    See Also