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

In This Topic
    SecondComparator Property (DataGridNumericFilter)
    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