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

GrandTotalLocation Enum

Lists values that specify the location of Grand Total rows and columns.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public enum GrandTotalLocation

Members

Name Description
Near

Grand Total columns are displayed to the left of the column field values. Grand Total rows are displayed above the row field values.

pivotgrid_grandtotalslocation_near

Far

Grand Total columns are displayed to the right of the column field values. Grand Total rows are displayed under the row field values.

pivotgrid_grandtotalslocation_far

Remarks

Values listed by this enumeration are used by the PivotCustomFieldValueCellsEventArgsBase.GetGrandTotalLocation and PivotCustomFieldValueCellsEventArgsBase.SetGrandTotalLocation methods.

See Also