Back to Devexpress

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

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-getcolumngrandtotal-x28-0-x29.md

latest2.1 KB
Original Source

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.v25.2.Core.dll

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

Declaration

csharp
public object GetColumnGrandTotal(
    TField dataField
)
vb
Public Function GetColumnGrandTotal(
    dataField As TField
) As Object

Parameters

NameTypeDescription
dataFieldTField

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

|

Returns

TypeDescription
Object

A Column Grand Total value.

|

Remarks

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

See Also

XtraPivotGrid.PivotCellEventArgsBase

XtraPivotGrid.PivotCellEventArgsBase

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace