WebCustomExportCellEventArgs.RowField Property
In This Article
Gets the row field that corresponds to the current cell.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridField RowField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also