PivotGridCustomSummaryEventArgsBase<T>.RowFieldValue Property
In This Article
Gets the value of 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 |
---|---|
Object | An object that represents the value of the corresponding row field. |
#Remarks
This property returns the value of the field specified by the PivotGridCustomSummaryEventArgsBase<T>.RowField property.
See Also