Back to Devexpress

DifferenceBinding.DifferenceType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-differencebinding-9fd350c6.md

latest1.3 KB
Original Source

DifferenceBinding.DifferenceType Property

Gets or sets the type of difference to calculate.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public DifferenceType DifferenceType { get; set; }
vb
Public Property DifferenceType As DifferenceType

Property Value

TypeDescription
DifferenceType

A DifferenceType enumeration member that specifies the type of difference to calculate.

|

Available values:

NameDescription
Absolute

The absolute value of the difference between values.

| | Percentage |

The percentage difference.

|

See Also

DifferenceBinding Class

DifferenceBinding Members

DevExpress.Xpf.PivotGrid Namespace