Skip to main content

XRPivotGridField.CustomTotals Property

Gets the collection of custom totals for the current field.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatBehavior)]
[Browsable(true)]
public XRPivotGridCustomTotalCollection CustomTotals { get; }

Property Value

Type Description
XRPivotGridCustomTotalCollection

An XRPivotGridCustomTotalCollection object that represents the collection of custom totals.

Remarks

The XRPivotGrid control lets you calculate automatic or custom totals against data fields. These totals are displayed as an additional column(s) for each value in an outer column field and as an additional row for each value in an outer row field.

The CustomTotals collection contains XRPivotGridCustomTotal objects which represent custom totals for the current field. They are displayed when the field is positioned within the Column Header Area or Row Header Area and only if its PivotGridFieldBase.TotalsVisibility property is set to CustomTotals.

See Also