Back to Devexpress

PivotCellBaseEventArgs.GetColumnGrandTotal(PivotGridField) Method

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

latest2.3 KB
Original Source

PivotCellBaseEventArgs.GetColumnGrandTotal(PivotGridField) Method

Returns a Column Grand Total value calculated for the current row 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 GetColumnGrandTotal(
    PivotGridField dataField
)
vb
Public Function GetColumnGrandTotal(
    dataField As PivotGridField
) As Object

Parameters

NameTypeDescription
dataFieldPivotGridField

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

|

Returns

TypeDescription
Object

The Column Grand Total value calculated for the current row field values, against the specified data field.

|

Remarks

The Column Grand Total(s) represents the column(s) which displays summary totals calculated against all columns.

For more information on Grand Totals, see Grand Totals.

See Also

GetRowGrandTotal

GetGrandTotal(PivotGridField)

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace