Skip to main content

PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetColumnGrandTotal(TField) Method

Returns a Column Grand Total value calculated for the current row field values, against the specified data field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object GetColumnGrandTotal(
    TField dataField
)

Parameters

Name Type Description
dataField TField

A T object that specifies the data field, against which the required Column Grand Total is calculated.

Returns

Type Description
Object

A Column Grand Total value.

Remarks

The Column Grand Total(s) represents the column(s) which displays summary totals calculated against all columns.

DXPivotGrid_GrandTotals

See Also