C1.WPF.FlexGrid Namespace > C1FlexGridFilter Class : UseCollectionView Property |
'Declaration Public Property UseCollectionView As System.Boolean
public System.bool UseCollectionView {get; set;}
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2