ASP.NET MVC Controls
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
  • aggType: Aggregate

    Type of aggregate to calculate.

  • binding: string

    Property to aggregate on.

  • view: ICollectionView Optional

    CollectionView that owns this group.

Returns
void

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback