Skip to main content

PivotSummaryDataRow.Item[PivotGridFieldBase] Property

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

public object this[PivotGridFieldBase field] { get; }

#Parameters

Name Type
field PivotGridFieldBase

#Property Value

Type
Object

#Remarks

The Item property is overridden in the PivotSummaryDataRow class. To learn more, see PivotSummaryDataRow.Item.

See Also