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

WebCustomExportCellEventArgs.RowField Property

Gets the row field that corresponds to the current cell.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridField RowField { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object that specifies the row field. null (Nothing in Visual Basic) if a row grand total cell is being processed.

See Also