ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / FiltersCombination Property

In This Topic
    FiltersCombination Property (C1DataGrid)
    In This Topic
    Gets or sets the logical way the filters are combined among the columns.
    Syntax
    'Declaration
     
    
    Public Property FiltersCombination As DataGridFilterCombination
    public DataGridFilterCombination FiltersCombination {get; set;}
    Remarks
    By default when the user filters the data by setting the filter in more than one column, the logical operator applied among filters is "And", that means that the data displayed must obey the criteria set in both filters. This can be changed to "Or" in order to allow showing data that obey at least one filter criteria.
    See Also