PivotGridCellTemplateItem.GetGrandTotal(PivotGridField) Method
Gets the grand total for the specified field.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataField | PivotGridField | A PivotGridField object which represents the field whose Grand Total is returned. |
Returns
Type | Description |
---|---|
Object | An object which represents the Grand Total. |
See Also