ComponentOne FlexGrid for WPF and Silverlight
UseCollectionView Property (C1FlexGridFilter)

C1.WPF.FlexGrid Namespace > C1FlexGridFilter Class : UseCollectionView Property
Gets or sets whether the filter should be applied to the grid's data source.
Syntax
'Declaration
 
Public Property UseCollectionView As System.Boolean
public System.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

Reference

C1FlexGridFilter Class
C1FlexGridFilter Members