Skip to main content

PivotSummaryDataRow.Item[PivotGridField] Property

Provides access to the cells in the current row by the corresponding pivot grid field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public object this[PivotGridField field] { get; }

Parameters

Name Type Description
field PivotGridField

A PivotGridField 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