Skip to main content
A newer version of this page is available. .

PivotCustomFieldValueCellsEventArgsBase.SetGrandTotalLocation(Boolean, GrandTotalLocation) Method

Sets the location of Grand Total columns or rows to the specified value.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public void SetGrandTotalLocation(
    bool isColumn,
    GrandTotalLocation location
)

Parameters

Name Type Description
isColumn Boolean

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

location GrandTotalLocation

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

Remarks

To obtain the current location of Grand Totals, use the PivotCustomFieldValueCellsEventArgsBase.GetGrandTotalLocation method.

See Also