FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilterRow Class / UseCollectionView Property

In This Topic
    UseCollectionView Property (C1FlexGridFilterRow)
    In This Topic
    Gets or sets whether the filter should be applied to the grid's data source.
    Syntax
    'Declaration
     
    Public Property UseCollectionView As Boolean
    public bool UseCollectionView {get; set;}
    Remarks

    If this property is set to true, the filter is applied to the System.ComponentModel.ICollectionView being used as the grid data source. Filters applied this way reflect on all objects bound to the same

    If this property is set to false, the filter is applied directly to the grid rows. Data that is filtered out remains in the grid and in the data source, but is hidden from the UI since the rows become invisible.

    See Also