Skip to main content

PivotFieldValueEventArgsBase<T>.DataField Property

Gets the data field that specifies the processed value.

Namespace: DevExpress.XtraPivotGrid

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

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

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