PivotGridCustomSummaryEventArgsBase<T>.RowField Property
Gets the row field that corresponds to the current cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
T | A PivotGridFieldBase class descendant that specifies the row field. |
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