aspnet-devexpress-dot-web-dot-aspxpivotgrid-680ac1d4.md
Represents a collection of custom totals for a field.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotGridCustomTotalCollection :
PivotGridCustomTotalCollectionBase
Public Class PivotGridCustomTotalCollection
Inherits PivotGridCustomTotalCollectionBase
The following members return PivotGridCustomTotalCollection objects:
A collection of custom totals can be accessed via the field’s PivotGridField.CustomTotals property.
A PivotGridCustomTotalCollection contains PivotGridCustomTotal objects that represent custom totals for a field. These custom totals are displayed when the field is located within the Column Header Area or Row Header Area and only if its PivotGridFieldBase.TotalsVisibility property is set to PivotTotalsVisibility.CustomTotals.
Object CollectionBase PivotGridCustomTotalCollectionBase PivotGridCustomTotalCollection
See Also