IThreadSafeField.TopValueType Property
Gets how the number of Top Values is determined.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
FieldTopValueType TopValueType { get; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
Available values:
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. |
#Remarks
This property returns the PivotGridField.TopValueType property value.