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

PivotGridCellTemplateItem.DataField Property

Gets the data field that identifies the column to which the processed cell belongs.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public PivotGridField DataField { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object that identifies the column to which the processed cell belongs.

See Also