FieldTopValueType Enum
Lists the values that specify how the number of Top Values is determined.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Absolute | The Pivot |
Percent | In a regular data binding mode, the Pivot In an OLAP mode, Pivot |
Sum | The Pivot Works in OLAP mode only. |
#Passed To
You can pass FieldTopValueType values to the PivotGridField.TopValueType property.
#Remarks
The values listed by this enumeration are used to set the PivotGridField.TopValueType property.