Skip to main content

PivotGridCustomTotalCollection Class

Represents a collection of custom totals.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public class PivotGridCustomTotalCollection :
    PivotChildCollection<PivotGridCustomTotal>

#Returned By

The PivotGridField.CustomTotals property returns an instance of PivotGridCustomTotalCollection.

#Remarks

To access the collection of custom totals, use the PivotGridField.CustomTotals property.

To learn more, see Custom Totals.

#Inheritance

Object
Collection<PivotGridCustomTotal>
ObservableCollection<PivotGridCustomTotal>
DevExpress.Xpf.PivotGrid.Internal.PivotChildCollection<PivotGridCustomTotal>
PivotGridCustomTotalCollection
See Also