ComponentOne DataGrid for WPF and Silverlight
FiltersCombination Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : FiltersCombination Property
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

Reference

C1DataGrid Class
C1DataGrid Members