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

CustomExportCellEventArgs.DataField Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotGridField DataField { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object that represents the data field which identifies the column where the processed cell resides.

See Also