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

FieldValueCellBase<T>.DataField Property

Gets the data field that identifies the cell.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public T DataField { get; }

Property Value

Type Description
T

A PivotGridFieldBase descendant that specifies the data field which identifies the cell.

Remarks

Use the DataField property if the current cell is a data field header, or data field header nested cell.

To obtain the field whose value the cell specifies, use the FieldValueCellBase<T>.Field property.

pivotgrid_HowDataFieldsCanIndentifyFieldValues

See Also