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

In This Topic
    FilteredColumns Property
    In This Topic
    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