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

WebCustomExportCellEventArgs.DataField Property

Gets the data field that identifies the column/row where the processed cell resides.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public PivotGridField DataField { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object that identifies the column where the processed cell resides.

See Also