C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : CollectionView Property |
'Declaration Public ReadOnly Property CollectionView As System.ComponentModel.ICollectionView
public System.ComponentModel.ICollectionView CollectionView {get;}
This property exposes the grid's data source as an System.ComponentModel.ICollectionView. If the ItemsSource value implements System.ComponentModel.ICollectionView, then the ItemsSource and CollectionView properties return the same value.
If the current ItemsSource does not implement the System.ComponentModel.ICollectionView, then the control creates an internal System.ComponentModel.ICollectionView that wraps the data source. The CollectionView property exposes this internal System.ComponentModel.ICollectionView so applications have access to the data source state including sorting, filtering, and grouping.
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