Skip to main content

FieldValueCellBase<T>.DataField Property

Gets the data field that identifies the cell.

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