Back to Devexpress

PivotCustomFieldValueCellsEventArgs.GetGrandTotalLocation(Boolean) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldvaluecellseventargs-dot-getgrandtotallocation-x28-system-dot-boolean-x29.md

latest2.5 KB
Original Source

PivotCustomFieldValueCellsEventArgs.GetGrandTotalLocation(Boolean) Method

Returns the location of Grand Total columns or rows.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public GrandTotalLocation GetGrandTotalLocation(
    bool isColumn
)
vb
Public Function GetGrandTotalLocation(
    isColumn As Boolean
) As GrandTotalLocation

Parameters

NameTypeDescription
isColumnBoolean

true to return the location of Grand Total columns; false to return the location of Grand Total rows.

|

Returns

TypeDescription
GrandTotalLocation

A GrandTotalLocation enumeration member that specifies the location of Grand Totals.

|

Remarks

To set the location of Grand Totals, use the PivotCustomFieldValueCellsEventArgs.SetGrandTotalLocation method.

See Also

SetGrandTotalLocation(Boolean, GrandTotalLocation)

PivotCustomFieldValueCellsEventArgs Class

PivotCustomFieldValueCellsEventArgs Members

DevExpress.Xpf.PivotGrid Namespace