'宣言 Public Property GroupDescriptions As System.Collections.Generic.IList(Of GroupDescription)
public System.Collections.Generic.IList<GroupDescription> GroupDescriptions {get; set;}
'宣言 Public Property GroupDescriptions As System.Collections.Generic.IList(Of GroupDescription)
public System.Collections.Generic.IList<GroupDescription> GroupDescriptions {get; set;}
GroupDescriptions プロパティは、XAML バージョンおよび JavaScript バージョンの FlexGrid にある GroupDescriptions プロパティに似ています。
各グループ記述はプロパティのソート方向も指定します。たとえば、データを国別にグループ化する場合、グリッドは、データを国でソートしてからグループを作成します。
グループ化は、DataSource を複数のプロパティ(System.ComponentModel.IBindingListView)でソートできる場合に最適に動作します。これは、System.Data.DataTable ソースの場合に当てはまります。任意のオブジェクトのリストをグループ化する場合は、SortableBindingList<T> クラスを使用してください。
例: