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

CustomExportFieldValueEventArgsBase<T>.DataField Property

Gets the data field that specifies the processed value.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public T DataField { get; }

Property Value

Type Description
T

A PivotGridFieldBase class descendant that specifies the data field which identifies the processed value.

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 this header corresponds:

pivotgrid_HowDataFieldsCanIndentifyFieldValues

See Also