Skip to main content

PivotGridCellTemplateItem.GetGrandTotal(PivotGridField) Method

Gets the grand total for the specified field.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object GetGrandTotal(
    PivotGridField dataField
)

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