Back to Devexpress

PivotFieldValueEventArgsBase<T>.DataField Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-49434c87.md

latest1.7 KB
Original Source

PivotFieldValueEventArgsBase<T>.DataField Property

Gets the data field that specifies the processed value.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public T DataField { get; }
vb
Public ReadOnly Property DataField As T

Property Value

TypeDescription
T

A PivotGridFieldBase class descendant that represents the data field.

|

Remarks

Use the DataField property if the cell that represents the processed field value is nested in a data field header cell. In this instance, the DataField property returns the data field to which the header corresponds.

See Also

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace