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.v18.2.Core.dll

Declaration

public TField DataField { get; }

Property Value

Type Description
TField

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

See Also