Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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