CollectionViewGroup Class

File
wijmo.js
Module
wijmo.collections

Represents a group created by a CollectionView object based on its groupDescriptions property.

Constructor

Methods

Constructor

constructor

constructor(groupDescription: GroupDescription, name: string, level: number, isBottomLevel: boolean): CollectionViewGroup

Initializes a new instance of the CollectionViewGroup class.

Parameters
Returns
CollectionViewGroup

Methods

getAggregate

getAggregate(aggType: Aggregate, binding: string, view?: ICollectionView): void

Calculates an aggregate value for the items in this group.

Parameters
Returns
void