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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object this[PivotGridFieldBase field] { get; }

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase object that represents the pivot grid field.

Property Value

Type Description
Object

The value of the cell that corresponds to the specified pivot grid field.

See Also