Skip to main content

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public TField DataField { get; }

Property Value

Type Description
TField

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

See Also