Back to Devexpress

PivotGridCustomTotalCollection Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-680ac1d4.md

latest2.6 KB
Original Source

PivotGridCustomTotalCollection Class

Represents a collection of custom totals for a field.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridCustomTotalCollection :
    PivotGridCustomTotalCollectionBase
vb
Public Class PivotGridCustomTotalCollection
    Inherits PivotGridCustomTotalCollectionBase

The following members return PivotGridCustomTotalCollection objects:

Remarks

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.

Implements

IList

ICollection

IEnumerable

Inheritance

Object CollectionBase PivotGridCustomTotalCollectionBase PivotGridCustomTotalCollection

See Also

PivotGridCustomTotalCollection Members

DevExpress.Web.ASPxPivotGrid Namespace