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

In This Topic
    Combination Property
    In This Topic
    Gets or sets the logical combination between the first and second line.
    Syntax
    'Declaration
     
    
    Public Property Combination As DataGridFilterCombination
    public DataGridFilterCombination Combination {get; set;}
    See Also