FlexGrid for UWP/WinRT
CollectionView プロパティ

現在のデータソースを表す Windows.UI.Xaml.Data.ICollectionView を取得します。
構文
'宣言
 
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 プロパティは同じ値を返します。

現在の ItemsSourceWindows.UI.Xaml.Data.ICollectionView を実装しない場合、コントロールは、データソースをラップする Windows.UI.Xaml.Data.ICollectionView を内部的に作成します。CollectionView プロパティは、この内部 Windows.UI.Xaml.Data.ICollectionView を公開するため、アプリケーションはソート、フィルタ、グループ化などのデータソースの状態にアクセスできます。

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

参照

関連項目

C1FlexGrid クラス
C1FlexGrid メンバ

Send Feedback