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

PivotCellEventArgsBase<TField, TData, TCustomTotal>.DataField Property

Gets the data field which identifies the column where the processed cell resides.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public TField DataField { get; }

Property Value

Type Description
TField

A T object which identifies the column where the processed cell resides.

See Also