Back to Devexpress

DifferenceType Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-4d249c71.md

latest1.1 KB
Original Source

DifferenceType Enum

Lists the types of differences.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum DifferenceType
vb
Public Enum DifferenceType

Members

NameDescription
Absolute

The absolute value of the difference between values.

| | Percentage |

The percentage difference.

|

The following properties accept/return DifferenceType values:

Remarks

Values listed in this enumeration are used to set the DifferenceBinding.DifferenceType property.

See Also

DevExpress.Xpf.PivotGrid Namespace