corelibraries-devexpress-dot-xtrapivotgrid-7d2956a0.md
Lists window locations. The difference is calculated between the current value and the value from the specified location.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DifferenceTarget
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum DifferenceTarget
| Name | Description |
|---|---|
Previous |
A difference is calculated between the current value and the previous value. If the current value is the first value in a window, a difference is not calculated.
|
| Next |
A difference is calculated between the current value and the next value. If the current value is the last value in a window, a difference is not calculated.
|
| First |
A difference is calculated between the current value and the first value in a window.
|
| Last |
A difference is calculated between the current value and the last value in a window.
|
The following properties accept/return DifferenceTarget values:
See Also