Static
Gets/Sets the resource strings.
By default it uses EN resources.
Gets array with default aggregator function for date aggregation.
IgxPivotDateAggregate.aggregators();
IgxPivotAggregate
Counts all the records in the data source. If filtering is applied, counts only the filtered records.
IgxSummaryOperand.count(dataSource);
Returns the earliest date value in the data records. If filtering is applied, returns the latest date value in the filtered data records.
IgxPivotDateAggregate.earliest(data);
IgxPivotDateAggregate
Returns the latest date value in the data records. If filtering is applied, returns the latest date value in the filtered data records.
IgxPivotDateAggregate.latest(data);
Gets/Sets the resource strings.
Remarks
By default it uses EN resources.