PivotSummaryDataRow.Item[PivotGridFieldBase] Property
In This Article
Provides access to the cells in the current row by the corresponding pivot grid field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type |
---|---|
field | Pivot |
#Property Value
Type |
---|
Object |
#Remarks
The Item property is overridden in the PivotSummaryDataRow class. To learn more, see PivotSummaryDataRow.Item.
See Also