FlexGrid for WinRT
CollectionView Property

Gets the Windows.UI.Xaml.Data.ICollectionView that represents the current data source.
Syntax
'Declaration
 
Public ReadOnly Property CollectionView As Windows.UI.Xaml.Data.ICollectionView
public Windows.UI.Xaml.Data.ICollectionView CollectionView {get;}
Remarks

This property exposes the grid's data source as an Windows.UI.Xaml.Data.ICollectionView. If the ItemsSource value implements Windows.UI.Xaml.Data.ICollectionView, then the ItemsSource and CollectionView properties return the same value.

If the current ItemsSource does not implement the Windows.UI.Xaml.Data.ICollectionView, then the control creates an internal Windows.UI.Xaml.Data.ICollectionView that wraps the data source. The CollectionView property exposes this internal Windows.UI.Xaml.Data.ICollectionView so applications have access to the data source state including sorting, filtering, and grouping.

Requirements

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

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback