Back to Devexpress

GrandTotalLocation Enum

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-7726381e.md

latest2.3 KB
Original Source

GrandTotalLocation Enum

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

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
public enum GrandTotalLocation
vb
Public Enum GrandTotalLocation

Members

NameDescription
Near

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

| | Far |

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

|

Remarks

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

See Also

DevExpress.XtraPivotGrid.Data Namespace