Back to Devexpress

PivotCustomFieldValueCellsEventArgsBase.GetGrandTotalLocation(Boolean) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotcustomfieldvaluecellseventargsbase-dot-getgrandtotallocation-x28-system-dot-boolean-x29.md

latest2.8 KB
Original Source

PivotCustomFieldValueCellsEventArgsBase.GetGrandTotalLocation(Boolean) Method

Returns the location of Grand Total columns or rows.

Namespace : DevExpress.XtraPivotGrid.Data

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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 PivotCustomFieldValueCellsEventArgsBase.SetGrandTotalLocation method.

See Also

SetGrandTotalLocation(Boolean, GrandTotalLocation)

PivotCustomFieldValueCellsEventArgsBase Class

PivotCustomFieldValueCellsEventArgsBase Members

DevExpress.XtraPivotGrid.Data Namespace