Basic Library for UWP/WinRT XAML
GroupDescriptions プロパティ (C1CollectionView)

ビューでコレクション内の項目をグループ化する方法を表す GroupDescription 派生オブジェクトのコレクションを取得します。通常、PropertyGroupDescription クラスのオブジェクトはグループ化条件の指定に使用されます。
構文
'宣言
 
Public ReadOnly Property GroupDescriptions As System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)
public System.Collections.ObjectModel.ObservableCollection<GroupDescription> GroupDescriptions {get;}
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

参照

関連項目

C1CollectionView クラス
C1CollectionView メンバ

Send Feedback