PivotGridCustomSummaryEventArgsBase<T>.RowField Property
In This Article
Gets the row field that corresponds to the current cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
T | A Pivot |
#Remarks
If the current cell resides within a Row Grand Total, the RowField property returns null. Otherwise, this property returns the row field that corresponds to the current cell. The field value for the current cell can be retrieved via the PivotGridCustomSummaryEventArgsBase<T>.RowFieldValue property.
See Also