Skip to main content
A newer version of this page is available. .

PivotFieldValueEventArgsBase<T>.DataField Property

Gets the data field that specifies the processed value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public T DataField { get; }

Property Value

Type Description
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