ComponentOne DataGrid for WPF and Silverlight
FilteredColumns Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : FilteredColumns Property
Gets the collection of columns whose DataGridColumn.FilterState is different from null. This group of columns determine the filtering state of the C1DataGrid.
Syntax
'Declaration
 
Public ReadOnly Property FilteredColumns As DataGridColumn()
public DataGridColumn[] FilteredColumns {get;}
Remarks
Use FiltersCombination property in order to change the logical way the filter predicates are joined.
See Also

Reference

C1DataGrid Class
C1DataGrid Members