Gets the data field which identifies the cell.
public PivotGridField DataField { get; }
Public ReadOnly Property DataField As PivotGridField
Use the DataField property if the current cell is a data field header, or data field header's nested cell.
To obtain the field whose value the cell represents, use the Field property.