Back to Devexpress

PivotCellBaseEventArgs.GetRowGrandTotal(PivotGridField) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-dot-getrowgrandtotal-x28-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-x29.md

latest2.4 KB
Original Source

PivotCellBaseEventArgs.GetRowGrandTotal(PivotGridField) Method

Returns a Row Grand Total value calculated for the current column field values, against the specified data field.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object GetRowGrandTotal(
    PivotGridField dataField
)
vb
Public Function GetRowGrandTotal(
    dataField As PivotGridField
) As Object

Parameters

NameTypeDescription
dataFieldPivotGridField

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

|

Returns

TypeDescription
Object

The Row Grand Total value calculated for the current column field values, against the specified data field.

|

Remarks

The Row Grand Total(s) represents the row(s) which displays summary totals calculated against all the rows.

For more information on Grand Totals, see Grand Totals.

See Also

GetColumnGrandTotal

GetGrandTotal(PivotGridField)

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace