Back to Devexpress

DifferenceBindingBase.Target Property

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

latest2.1 KB
Original Source

DifferenceBindingBase.Target Property

Gets or sets the location of a value for which a difference is calculated.

Namespace : DevExpress.PivotGrid.DataBinding

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

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

Declaration

csharp
[DefaultValue(DifferenceTarget.Previous)]
public DifferenceTarget Target { get; set; }
vb
<DefaultValue(DifferenceTarget.Previous)>
Public Property Target As DifferenceTarget

Property Value

TypeDefaultDescription
DifferenceTargetPrevious

A DifferenceTarget enumeration member that specifies the location of a value in a window.

|

Available values:

NameDescription
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.

|

See Also

DifferenceBindingBase Class

DifferenceBindingBase Members

DevExpress.PivotGrid.DataBinding Namespace