constructor(groupDescription: GroupDescription, name: string, level: number, isBottomLevel: boolean): CollectionViewGroup
CollectionViewGroupクラスの新しいインスタンスを初期化します。
GroupDescription that owns the new group.
Name of the new group.
Level of the new group.
Whether this group has any subgroups.
このグループとサブグループに含まれる項目を持つ配列を取得します。
getAggregate(aggType: Aggregate, binding: string, view?: ICollectionView): void
このグループの項目の集計値を計算します。
Type of aggregate to calculate.
Property to aggregate on.
CollectionView that owns this group.
CollectionViewオブジェクトが自身のgroupDescriptionsプロパティに基づいて作成したグループを表します。