Skip to main content

PivotSummaryDataRow.Item[String] Property

Provides access to the cells in the current row by the name of the corresponding field.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public object this[string fieldName] { get; }

Parameters

Name Type Description
fieldName String

A String that specifies the name of the field.

Property Value

Type Description
Object

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

See Also