Skip to main content

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridField DataField { get; }

Property Value

Type Description
PivotGridField

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

See Also