Back to Devexpress

FieldRowTotalsLocation Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-395a4fcf.md

latest1.8 KB
Original Source

FieldRowTotalsLocation Enum

Lists values that specify the location of row totals.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldRowTotalsLocation
vb
Public Enum FieldRowTotalsLocation

Members

NameDescription
Near

Row Totals are displayed above the row field values.

| | Far |

Row Totals are displayed under the row field values.

| | Tree |

The row field values are organized into a tree, and the row total is displayed as a root node of the tree.

|

The following properties accept/return FieldRowTotalsLocation values:

Remarks

The values listed by this enumeration are used to set the PivotGridControl.RowTotalsLocation property’s value.

See Also

DevExpress.Xpf.PivotGrid Namespace