Back to Devexpress

DifferenceType Enum

corelibraries-devexpress-dot-xtrapivotgrid-e58e60f8.md

latest1.4 KB
Original Source

DifferenceType Enum

Lists the types of differences.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DifferenceType
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
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 DifferenceBindingBase.DifferenceType property.

See Also

DevExpress.XtraPivotGrid Namespace