PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetGrandTotal(TField) Method
In This Article
Gets the Grand Total value for the specified field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
data |
TField | A T object which represents the field whose Grand Total is returned. |
#Returns
Type | Description |
---|---|
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