| C1.Xaml.FlexGrid アセンブリ > C1.Xaml.FlexGrid 名前空間 > C1FlexGrid クラス : CollectionView プロパティ |
'宣言 Public ReadOnly Property CollectionView As Windows.UI.Xaml.Data.ICollectionView
public Windows.UI.Xaml.Data.ICollectionView CollectionView {get;}
このプロパティは、グリッドのデータソースを Windows.UI.Xaml.Data.ICollectionView として公開します。ItemsSource 値が Windows.UI.Xaml.Data.ICollectionView を実装する場合、ItemsSource プロパティと CollectionView プロパティは同じ値を返します。
現在の ItemsSource が Windows.UI.Xaml.Data.ICollectionView を実装しない場合、コントロールは、データソースをラップする Windows.UI.Xaml.Data.ICollectionView を内部的に作成します。CollectionView プロパティは、この内部 Windows.UI.Xaml.Data.ICollectionView を公開するため、アプリケーションはソート、フィルタ、グループ化などのデータソースの状態にアクセスできます。
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