Back to Devexpress

DifferenceBindingBase.DifferenceType Property

corelibraries-devexpress-dot-pivotgrid-dot-databinding-dot-differencebindingbase.md

latest1.7 KB
Original Source

DifferenceBindingBase.DifferenceType Property

Gets or sets the type of difference to calculate.

Namespace : DevExpress.PivotGrid.DataBinding

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DifferenceType.Absolute)]
public DifferenceType DifferenceType { get; set; }
vb
<DefaultValue(DifferenceType.Absolute)>
Public Property DifferenceType As DifferenceType

Property Value

TypeDefaultDescription
DifferenceTypeAbsolute

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

DifferenceBindingBase Class

DifferenceBindingBase Members

DevExpress.PivotGrid.DataBinding Namespace