Back to Devexpress

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

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

latest2.0 KB
Original Source

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

Gets the Grand Total value for the specified field.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Parameters

NameTypeDescription
dataFieldTField

A T object which represents the field whose Grand Total is returned.

|

Returns

TypeDescription
Object

An object which represents the Grand Total value.

|

Remarks

Grand Totals are located where the Row Grand Totals and Column Grand Totals cross as shown in the image below:

See Also

XtraPivotGrid.PivotCellEventArgsBase

XtraPivotGrid.PivotCellEventArgsBase

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace