Skip to main content

PivotGridCellTemplateContainer.DataField Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.1.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 rendered cell belongs.

See Also